Here's how to configure the components:
Edit the semantic.json file to fine tune the list of components. If you selected a default installation that installs all components, there will be no component section in this json file, but you can add it manually.
Go to the semantic directory (which is project_root / semantic by default) and run the two gulp commands:
Then the semantics will be rebuilt with your last list of components. The following is an example link:
{ "base": "semantic/", "paths": { "source": { "config": "src/theme.config", "definitions": "src/definitions/", "site": "src/site/", "themes": "src/themes/" }, "output": { "packaged": "dist/", "uncompressed": "dist/components/", "compressed": "dist/components/", "themes": "dist/themes/" }, "clean": "dist/" }, "permission": false, "autoInstall": false, "rtl": false, "components": [ "reset", "site", "button", "container", "divider", "header", "icon", "image", "input", "label", "segment", "form", "grid", "menu", "message", "dropdown", "transition" ], "version": "2.2.4" }
source share