question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fomantic-UI type definitions for Angular project

See original GitHub issue

Hello, I’m looking for Fomanti-UI type definitions for an Angular project. I can’t see Fomantic-UI from here.

Is still valid to install typings for Semantic-UI? I mean npm install --save @types/semantic-ui

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:20 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
hammy2899commented, Dec 4, 2019

Hmm the only thing I can think of is like you said its not loading the types because ts will not load the @types/semantic-ui package because theres no import for semantic-ui. You could try and bind the semantic-ui types to the fomantic-ui package by creating your own definition with a local index.d.ts file if you want to give that ago.

0reactions
qJakecommented, Sep 29, 2021

FYI - If you are getting TS errors in the index.d.ts file for Semantic’s type definitions, you need to include @types/jquery version 3.x or higher. The 1.x/2.x versions of jQuery types are not compatible with the Semantic typedefs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fomantic-UI
Fomantic's components allow several distinct types of definitions: elements, collections, views, modules and behaviors which cover the gamut of interface design ...
Read more >
Fomantic Ui with Angular 9. I wanted to use fomantic ui with an…
We need to setup the fomantic-ui in local so that components and stylesheets can be built and referenced in our project(s). Follow the...
Read more >
How to import Fomantic-UI into an Angular project
For Typescript types you need to add some lines into your tsconfig.json file to declare those types to your Angular Application.
Read more >
ngx-fomantic-ui - npm
Start using ngx-fomantic-ui in your project by running `npm i ... TypeScript icon, indicating that this package has built-in type ...
Read more >
ngx-fomantic-ui - Fomantic UI Angular 7 Integrations
It provides Angular component versions of the Fomantic UI modules, so that you don't need to add jQuery to your app. Note that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found