The official styles library of Symphony's design system
- Node 12+
- Yarn
Run
yarn
yarn start
In order to install and start using the library you can read the detailed guide on getting-started.md
To add a new icon in UIToolkit Styles:
- Add the *.svg source file to:
src/
|
|– icons/
| |– svg/
Read detailed guide on theming-guide.md
Read detailed guide on contribution process