ant-design/components/tag/index.en-US.md
2020-06-06 14:14:30 +08:00

1021 B

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
closable Whether the Tag can be closed boolean false
color Color of the Tag string -
onClose Callback executed when tag is closed (e) => void -
visible Whether the Tag is closed or not boolean true
icon Set the icon of tag ReactNode -

Tag.CheckableTag

Property Description Type Default
checked Checked status of Tag boolean false
onChange Callback executed when Tag is checked/unchecked (checked) => void -