0.1.8 • Published 3 years ago

custom-ui-library v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Install

npm install custom-ui-library

Quick Start

import Vue from 'vue'
import LinaElement from 'custom-ui-library'

Vue.use(LinaElement)

// or
// import {
//   Radio,
//   Button
//   // ...
// } from 'element-ui'

// Vue.component(Radio.name, Radio)
// Vue.component(Button.name, Button)
// or
import {
LinaButton
} from 'custom-ui-library'

Vue.component(LinaButton.name, LinaButton)
0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago