Skip to content

Install Fomantic-UI if installed Semantic-UI before? #1203

Answered by y0hami
TELLO0815 asked this question in General
Discussion options

You must be logged in to vote

Migrating from Semantic to Fomantic is really easy, since you already have semantic installed (preferably via npm) you can simply change your dependency in your package.json

{
  ...
  "dependencies": {
    ...
-   "semantic-ui": "^2.4.2",
+   "fomantic-ui": "^2.8.2",
    ...
  }
  ...
}

Then just run npm update and you should be good to go.

If your using a CDN all you need to do is change your CDN link. We have a section on our getting started page with a list of CDN providers. We recommend jsDelivr https://fomantic-ui.com/introduction/getting-started.html#using-a-cdn-provider

- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.c…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1203 on October 06, 2020 22:32.