@vimla/ui
v3.10.2
Published
[![npm version](https://badge.fury.io/js/%40vimla%2Fui.svg)](https://badge.fury.io/js/%40vimla%2Fui) [![Maintainability](https://api.codeclimate.com/v1/badges/476b4fe3c0a4953bdc30/maintainability)](https://codeclimate.com/github/vimla-se/ui/maintainabilit
Downloads
10
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 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