0.0.37 • Published 5 years ago

ui-element-demo v0.0.37

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.36

5 years ago

0.0.35

5 years ago

0.0.34

5 years ago

0.0.33

5 years ago

0.0.32

5 years ago

0.0.31

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago