category: Components type: 数据录入 title: Button subtitle: 按钮 order: 0
在 Ant Design 的 Button
组件上进行的扩展。不同之处主要在于,增加了 type
radius
属性。
type
表示状态按钮,radius
表示按钮形状(详情请查看代码演示与 API)。
API
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
type | 设置按钮类型,可选值为 primary dashed danger (Ant Design 版本 2.7 中增加) success warning error 或者不设 |
string | - |
radius | 设置按钮为圆角按钮 | boolean | false |
type
属性在 Ant Design 的基础上增加了 success
warning
error
三个可选值。