ant-design/components/tag/index.zh-CN.md
偏右 882cec62d6
docs: 🌈 Add Components overview page (#24491)
* docs: Add components overview page

* fix detail

* remove ContributorsList form overview page

* fix components url

* improve code style

* remove extra file

* fix detail

* fix lint

* fix lint

* docs: Finish components overview page

* fix lint

* docs: Update cover

* fix lint

* update cover

* update menu

* improve overview page

* refactor code

* fix order

* update title

* add components count

* fix overview page ssr bug

* move less file

* update title margin

Co-authored-by: arvinxx <arvinx@foxmail.com>
2020-05-31 11:48:34 +08:00

1.0 KiB

category subtitle type title cover
Components 标签 数据展示 Tag https://gw.alipayobjects.com/zos/antfincdn/RkyisJo2r%267/Tag.svg

进行标记和分类的小标签。

何时使用

  • 用于标记事物的属性和维度。
  • 进行分类。

API

Tag

参数 说明 类型 默认值
afterClose 关闭动画完成后的回调,请使用 onClose, 我们将在下个版本删除此项 () => void -
closable 标签是否可以关闭 boolean false
color 标签色 string -
onClose 关闭时的回调 (e) => void -
visible 是否显示标签 boolean true
icon 设置图标 ReactNode -

Tag.CheckableTag

参数 说明 类型 默认值
checked 设置标签的选中状态 boolean false
onChange 点击标签时触发的回调 (checked) => void -