0.2.6 • Published 2 years ago
kyui3 v0.2.6
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
git clone https://github.com/NeatKYU/kyUI3.git
cd kyUI3
npm install
npm run storybook
0.2.6
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.1.20
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.16
2 years ago
0.1.18
2 years ago
0.1.19
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago