1.1.4 • Published 5 years ago

gulu-text-2222 v1.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

gulu 一个vue ui 的组件

作者:zhumengyua Build Status

##介绍 这是我学习VUE的时候开发的组件 ##开始使用 使用本框架前,请在css中开启 border-box

*{box-sizing:border-box}
*::before{box-sizing:border-box}
*::after{box-sizing:border-box}

请加入css,自定义颜色等样式

import 'gulu-text-2222/dist/index.css'
html {
     --button--height: 32px;
     --font-size: 14px;
     --button-bg: white;
     --button-active-bg: #eee;
     --button-radius: 4px;
     --color: #333;
     --border-color: #999;
     --border-color-hovet: #666;
        }

IE 15及以上支持此样式

2.安装gulu

npm i gulu-text-222

IE8及以上浏览器支持样式 3.引入组件并使用

import {Button,ButtonGroup,Icon} from 'gulu-text-2222'

export default { name: 'app', components: { 'g-button':Button }}

  <g-button>欢迎使用</g-button>

4.引入svg symbols <script src="//at.alicdn.com/t/font_1394984_wia9ihpt4d.js"></script>

##文档 ##提问 ##变更记录 ##联系方式 ##安装

##使用

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

1.1.1

5 years ago