0.4.21 • Published 6 years ago

uxcore-button v0.4.21

Weekly downloads
32
License
MIT
Repository
github
Last release
6 years ago

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)stringmedium
type类型(primary secondary outline white text)stringprimary
disabled是否禁用(disabledtrue false)stringfalse
ghost是否显示为幽灵按钮boolfalse
danger是否显示为危险按钮boolfalse
className增加额外的classstring''
htmlTypehtml dom 的 type 属性(submit button reset)stringbutton
stylestyle 属性object
loadingloading状态, loading 为 true 时不会触发 onClick 动作boolfalse
countDown按钮倒计时功能,单位为秒(s),倒计时结束之后会触发onCountDownEnd回调函数numberundefined
onCountDownEnd倒计时结束之后的回调函数functionnoop