0.4.21 • Published 6 years ago
uxcore-button v0.4.21
uxcore-button
TL;DR
button ui component for react
setup develop environment
$ git clone https://github.com/uxcore/uxcore-button
$ cd uxcore-button
$ npm install
$ npm start
demo
http://uxcore.github.io/uxcore/css/button/
API
PROPS
Button
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
size | 按钮大小(large middle small ) | string | medium |
type | 类型(primary secondary outline white text ) | string | primary |
disabled | 是否禁用(disabled 或 true false ) | string | false |
ghost | 是否显示为幽灵按钮 | bool | false |
danger | 是否显示为危险按钮 | bool | false |
className | 增加额外的class | string | '' |
htmlType | html dom 的 type 属性(submit button reset ) | string | button |
style | style 属性 | object | |
loading | loading状态, loading 为 true 时不会触发 onClick 动作 | bool | false |
countDown | 按钮倒计时功能,单位为秒(s),倒计时结束之后会触发onCountDownEnd 回调函数 | number | undefined |
onCountDownEnd | 倒计时结束之后的回调函数 | function | noop |
0.4.21
6 years ago
0.4.20
6 years ago
0.4.19
7 years ago
0.4.18
7 years ago
0.4.17
7 years ago
0.4.16
8 years ago
0.4.15
8 years ago
0.4.14
8 years ago
0.4.13
8 years ago
0.4.12
8 years ago
0.4.11
8 years ago
0.4.10
8 years ago
0.4.9
8 years ago
0.4.8
8 years ago
0.4.7
8 years ago
0.4.6
8 years ago
0.4.5
9 years ago
0.4.4
9 years ago
0.4.3
9 years ago
0.4.2
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.12
9 years ago
0.3.11
9 years ago
0.3.10
9 years ago
0.3.9
9 years ago
0.3.6
9 years ago
0.3.4
9 years ago
0.3.3
10 years ago
0.3.2
10 years ago
0.3.1
10 years ago
0.3.0
10 years ago
0.2.0
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago