# Button 按钮

Attributes

组件将被渲染为 button 标签,因此你可以使用所有的 button 原生属性。

参数 说明 类型 可选值 默认值
size 尺寸 String large / mini
type 类型 String primary / success / warning / danger / info
round 是否圆角按钮 Boolean false
circle 是否圆形按钮 Boolean false
loading 是否加载中状态 Boolean false
disabled 是否禁用状态 Boolean false
icon 图标类名 String
native-type 原生 type 属性 String button / submit / reset button