1.0.5 • Published 3 years ago
@dingdaoos/lucid-vue v1.0.5
Lucid UI for Vue3
Lucid UI Components library for Vue 3.
Quick Start
npm install -S @dingdaoos/lucid-vue
import LucidUI from '@dingdaoos/lucid-vue'
Vue.use(LucidUI)
// or
import { Button, Input } from '@dingdaoos/lucid-vue'
Vue.use(Button)
// Do not forget import css
import '@dingdaoos/lucid-theme/lib/theme-default.css'
For more information, you can visit our documentation site.
Use custom component prefix
The component prefix defaults to lu-
, which supports personalized component prefixes
Vue.use(LucidUI, {
prefix: 'awesome'
})
<awesome-button>Button</awesome-button>
1.0.5
3 years ago
1.0.2
3 years ago
1.0.1-beta.2
3 years ago
1.0.1-beta.1
3 years ago
1.0.1-beta.0
3 years ago
1.0.0-1.0.1-beta.0.0
3 years ago
1.0.0-beta.5
3 years ago
1.0.0-beta.4
3 years ago
1.0.0-beta.3
3 years ago