1.2.5 • Published 5 years ago

icsoc-rc-button v1.2.5

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

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设置按钮为圆角按钮booleanfalse

type 属性在 Ant Design 的基础上增加了 success warning error 三个可选值。