ex-ui-kit

0.15.22 • Public • Published

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';

Readme

Keywords

none

Package Sidebar

Install

npm i ex-ui-kit

Weekly Downloads

226

Version

0.15.22

License

none

Unpacked Size

6.79 MB

Total Files

6

Last publish

Collaborators

  • kodyatemirov