ant-design/components/tag/index.zh-CN.md
Tom Xu d44f404eae
docs: sort api (#27251)
* chore: improve sort api table scripts

* sort api

* add ignore

* Revert "sort api"

This reverts commit 343505d5f09d69349ce1fbdaea2a9faa7e852207.

* sort api

* Update package.json

* sort api

* Delete sort-api.js

* sort api

* sort api

* sort api

* fix

* Update index.zh-CN.md

* fix input-number

* fix input-number

* sort func

* fix

* Method moved to the end

* carousel method
2020-10-21 10:33:43 +08:00

888 B

category subtitle type title cover
Components 标签 数据展示 Tag https://gw.alipayobjects.com/zos/alicdn/cH1BOLfxC/Tag.svg

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

何时使用

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

API

Tag

参数 说明 类型 默认值 版本
closable 标签是否可以关闭 boolean false
closeIcon 自定义关闭按钮 ReactNode - 4.4.0
color 标签色 string -
icon 设置图标 ReactNode -
visible 是否显示标签 boolean true
onClose 关闭时的回调 (e) => void -

Tag.CheckableTag

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