mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
533 B
533 B
category | type | title |
---|---|---|
Components | Views | Tag |
Tag for categorizing or markuping.
When To Use
-
It can be used to tag by dimension or property.
-
categorizing
API
Property | Description | Type | Default |
---|---|---|---|
closable | Tag can be closed. | boolean | false |
onClose | Callback when tag was closed | function(event) | - |
afterClose | Callback when closed animation is complete | function(event) | - |