0.1.11 • Published 5 years ago

@mistong/eui-button v0.1.11

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

eui-button

an button component for react

Useage

render() {
  <div>
    <Button size="small">small按钮</Button>

    <Button type="primary">primary按钮</Button>
  </div>
}

Button API Props

参数说明类型可选值默认值
size按钮大小stringsmall,medium,large,bigmedium
type类型stringprimary,secondary,normalnormal
disabled是否禁用booleantrue,falsefalse
className自定义额外classstring--
htmlType设置按钮类型stringbutton,submit,resetbutton
loading是否载入状态booleantrue,falsefalse
onClickclick事件function--
href按钮生成a链接string--