0.0.15 • Published 5 years ago

xiaoyu-test-1 v0.0.15

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

一个Vue UI 组件

Build Status

介绍

开始使用

  1. 安装(parcel 方式)

#使用本组件请使用盒模型bordex-box

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

还需要设置默认浏览器样式

html {
    --button-height: 32px;
    --font-size: 14px;
    --button-bg: white;
    --button-active-bg: #eee;
    --border-radius: 4px;
    --color: #333;
    --border-color: #999;
    --border-color-hover: #666;
}
  1. 安装 xiaoyu-test-1(parcel 方式)
npm i --save xiaoyu-test-1
  1. 引入 xiaoyu-test-1
import { Button,ButtonGroup,Icon} from 'xiaoyu-test-1'
import 'xiaoyu-test-1/dist/index.css'

Vue.component('g-button',Button)
Vue.component('button-group',ButtonGroup)
Vue.component('g-icon',Icon)

文档

提问

变更记录

联系方式

贡献代码

作者: xiaoyu

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago