npm.io
0.15.22 • Published 1 year ago

ex-ui-kit

Licence
Version
0.15.22
Deps
18
Size
6.5 MB
Vulns
0
Weekly
0

VUE STORYBOOK LIBRARY

A UI library built with Storybook for Vue 3.

Live demo:


https://storybook-ui-kit-dev.expert.uz

Install library as a package


# with npm

npm install ex-ui-kit



# with yarn

yarn install ex-ui-kit

Import into project

Then add the theme files to the css settings in your project build config..

Vue - vue.config.js

Nuxt - nuxt.config.js

For Vue - add the reference to scss files in vue.config.js.


css: [

'ex-ui-kit/styles',
],

For Nuxt - add the reference to scss files in nuxt.config.js.


css: [

'ex-ui-kit/styles',

],
Using the components

Import the components directly from the /storybook folder.


import { Button } from  'ex-ui-kit';