0.1.6 • Published 7 years ago

bee-control-label v0.1.6

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

bee-control-label

npm version Build Status Coverage Status

修饰FormControl文字元素

使用

使用单独的bee-control-label包

组件引入

先进行下载bee-control-label包

npm install --save bee-control-label

组件调用

import ControlLabel from 'bee-control-label';

React.render(<div>
        <ControlLabel />
        <ControlLabel>test</ControlLable>
</div>, document.getElementById('target'));

样式引入

  • 可以使用link引入dist目录下bee-control-label.css
<link rel="stylesheet" href="./node_modules/build/bee-control-label.css">
  • 可以在js中import样式
import "./node_modules/src/ControlLabel.scss"
//或是
import "./node_modules/build/bee-control-label.css"

API

参数说明类型默认值

开发调试

$ git clone https://github.com/tinper-bee/bee-control-label
$ cd bee-control-label
$ npm install
$ npm run dev
0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago