mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
ca73f6e3f1
* feat: remove visible for Tag * chore: adjust warning info * test: back of doc Co-authored-by: 二货机器人 <smith3816@gmail.com>
1.2 KiB
1.2 KiB
category | type | title | cover |
---|---|---|---|
Components | Data Display | Tag | https://gw.alipayobjects.com/zos/alicdn/cH1BOLfxC/Tag.svg |
Tag for categorizing or markup.
When To Use
-
It can be used to tag by dimension or property.
-
When categorizing.
API
Tag
Property | Description | Type | Default | Version |
---|---|---|---|---|
closable | Whether the Tag can be closed | boolean | false | |
closeIcon | Custom close icon | ReactNode | - | 4.4.0 |
color | Color of the Tag | string | - | |
icon | Set the icon of tag | ReactNode | - | |
onClose | Callback executed when tag is closed | (e) => void | - |
Tag.CheckableTag
Property | Description | Type | Default |
---|---|---|---|
checked | Checked status of Tag | boolean | false |
onChange | Callback executed when Tag is checked/unchecked | (checked) => void | - |