0.0.37 • Published 6 years ago

ui-element-demo v0.0.37

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

一个 Vue UI 组件

安装

npm install ui-element-demo
yarn add ui-element-demo

使用

注意:样式文件需要单独引入。

import {Button} from ui-element-demo
import 'ui-element-demo/dist/index.css'
import Vue from 'vue'

new Vue({
  el: '#app',
  components: {
    'g-button': Button
  }
})

使用本框架前,请在 CSS 中开启 border-box

* , *::before, *::after { box-sizing: border-box;}
0.0.37

6 years ago

0.0.36

6 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago