@rispa/ui-kit
v3.0.1
Published
complete ui kit for csssr projects
Downloads
3
Readme
Rispa UI-Kit
- User Guide – How to develop apps bootstrapped with Rispa.
Structure
The project is organized on the principles of atomic design, therefore, only atoms and molecules are represented in the plugin, the most basic building blocks of the application.
Development
Development is going around Storybook. For launch Storybook, run:
ris ui sb
After build will be available on http://localhost:9001
Testing
For launch testing, run:
ris ui test
For launch testing in watch mode, run:
ris ui test:watch