0.3.1 • Published 4 months ago

jiahao-vue v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

jiahao-vue

A Vue Component Library based on the Daisy UI CSS Library

Docs →

Playground →

Github →

使用方式

全局注册

import 'jiahao-vue/lib.css'
import { createJiaHaoVue } from 'jiahao-vue'
app.use(createJiaHaoVue())

组件中使用

import 'jiahao-vue/lib.css'
import { JiaHaoButton } from 'jiahao-vue'