Vimla UI
This is a collection of the React components and theming used by Vimla.
Get started
$ git clone https://github.com/vimla-se/ui.git
$ cd ui
$ npm install
$ npm start
Storybok (preview of components)
npm run storybook
To add stories navigate to the directory /stories
and create or modify an existing story.
Every file ending with .stories.tsx
will be imported.
eg.
Buttons.stories.tsx
Run tests
npm test:dev