@vimla/ui
v3.10.2
Published
[](https://badge.fury.io/js/%40vimla%2Fui) [](https://codeclimate.com/github/vimla-se/ui/maintainabilit
Readme
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 startStorybok (preview of components)
npm run storybookTo 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