kyui3
v0.2.6
Published
<p align='center'> <font size="7">๐ kyUI3 ๐ </font> </p> <div align='center'>
Readme
๐ kyUI3 storybook demo page ๐
kyUI for Vue3.x
UI component library for Vue3.x
๐ ๏ธ install
npm install kyui3๐ Usage
// main.ts/js
import kyui3, { ComponentName } from 'kyui3';
import 'kyui/dist/style.css';
const app = createApp(App);
// regist all component & fontawesome icon tag
app.use(kyui3)
// regist one component
app.component('your-want-tag-name', ComponentName);// in any vue file use like this
<your-want-tag-name/>๐ Show Storybook Doc Page
๐ kyUI3 storybook page
git clone https://github.com/NeatKYU/kyUI3.git
cd kyUI3
npm install
npm run storybook