-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Unofficial Supplemental Guide to Semantic UI
When setup is complete you'll find a set of folders:
|semantic
|--dist
|--src
|--tasks
dist
is the output file for gulp build tasks. Don't make modifications to the files in dist
your changes will be overwritten by the gulp build process.
src
is where all the design source files are stored. {TODO explain definitions, site and themes}
tasks
is where gulp tasks are defined and configured. If the installation was successful, you can safely ignore this folder too.
Semantic UI includes a default set of common web components including buttons, forms, sliders, tables, etc. Although you designer can certainly create new components from scratch, it's often faster and easier to modify one of the default components to look or behave as you would prefer.
Semantic UI components can be modified in several ways.
- TODO: sidebar: Getting to know Gulp
- TODO: explain inheritance model
- TODO: explain how to create custom/sub-themes