collui
v1.6.11
Published
New Design lib
Downloads
34
Readme
About
Design bibliotek.
Run locally
npm install
npm run storybook
Development
More info to come
Run build
npm build
Installation of package
npm install collui --save
To import the whole bundle css do the following:
import collui from 'collui/bundle';
You can also import specifik parts of the lib like:
import collui from 'collui/button';