distance-ui
v0.0.1
Published
这是一个VueUI组件库Distance
Downloads
2
Readme
gulo
介绍
这是我个人学习创造的Vue UI组件库
开始使用
添加 CSS 样式
- 使用本框架前,请在Css中开启box-sizing:border-box;
*,*::before,*::after{box-sizing:border-box}
- 你还需要设置默认的颜色等变量
html{ --button-height:32px; --font-size: 14px; --button-bg: white; --border-radius:4px; --button-active-bg: #eee; --color: #999; --border-color:#999; --border-color-hover:#666; }
IE 15浏览器支持以上样式
- 使用本框架前,请在Css中开启box-sizing:border-box;
安装 distance-ui
- npm i -save distance-ui
引入 distance-ui
import { Button } from 'distance-ui/dist/index.js' import 'distance-ui/dist/index.css' export default { components:{'g-button':Button} }
引入 svg symbols
<script src="//at.alicdn.com/t/font_1107619_i07ouhori7.js"></script>