-
hi, I have installed fomantic-ui css and js files locally, but inorder to make my website lighter, i only want to have some of the components files. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Could you please setup a jsfiddle or at least post your (minimum) html code so we can get an idea what might be the issue? Basically two options to only use the features you need: Use precompiled files, if only the default theme is neededUse the singe file components in either this repo or from the CSS only repo https://github.com/fomantic/Fomantic-UI-CSS/tree/master/components Build FUI yourself, to get the css files even smaller or have an individual themeCompile FUI using this repo and adjust the If you need emojis, but only a few of them, remove the unwanted emojis in Build everything by |
Beta Was this translation helpful? Give feedback.
-
hi , here is a sample https://jsfiddle.net/j78tcrLm/ |
Beta Was this translation helpful? Give feedback.
-
🤔 It's basically working fine, see my adjusted fiddle. [Edit] You need to add menu.css and site.css as well as a minimum |
Beta Was this translation helpful? Give feedback.
-
Hi friend , The problem was solved Added transition and dimmer components with modal. Everything is working fine right now Thanks for helping me |
Beta Was this translation helpful? Give feedback.
Could you please setup a jsfiddle or at least post your (minimum) html code so we can get an idea what might be the issue?
Basically two options to only use the features you need:
Use precompiled files, if only the default theme is needed
Use the singe file components in either this repo or from the CSS only repo https://github.com/fomantic/Fomantic-UI-CSS/tree/master/components
Build FUI yourself, to get the css files even smaller or have an individual theme
Compile FUI using this repo and adjust the
https://github.com/fomantic/Fomantic-UI/blob/master/src/themes/default/globals/variation.variables
file to disable elem…