icsoc-rc-tag
v1.2.5
Published
基于antd的react组件扩展
Readme
category: Components type: 数据展示 title: Tag subtitle: 标签 modifiedJs: 1 order: 4
在 Ant Design 的 Tag 组件上进行的扩展。不同之处主要在于,增加了 type 属性,
type表示状态标签(详情请查看代码演示与 API)。
API
| 参数 | 说明 | 类型 | 默认值 |
| ---- | ----------------------------------------------------------------- | ------ | ------ |
| type | 标签的状态,可选值为 success info error warning disable | string | - |
