按钮组件
通过点击执行一个具体的行为或动作。
| 参数 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| size | 按钮大小(lg xg sm) | 
string | - | 
| colors | 颜色(primary/accent/success/info/warning/danger/default) | string | '' | 
| shape | 形状(block/round/squared/floating/pillRight/pillLeft/icon) | string | '' | 
| disabled | 是否禁用(disabled 或 true false) | 
boolean | false | 
| bordered | 是否是边框型(bordered 或 true false) | 
boolean | false | 
| className | 增加额外的class | string | '' | 
| htmlType | html dom 的 type 属性(submit button reset) | 
string | button | 
| style | style 属性 | object | '' |