Tag
Props
Prop Name | Type | Required | Default | Description |
---|---|---|---|---|
styleType | enum | 'default' | 样式风格 | |
closable | bool | 是否显示关闭按钮 | ||
onClose | func | 关闭回调 | ||
icon | union | 自定义前置 icon | ||
disabled | bool | 是否禁用 | ||
customStyle | shape | 自定义样式 |
说明
这是 Tag 组件,用作属性标签等标识
演示
功能演示
样式风格 - styleType
是否可关闭 - closable
是否禁用 - disabled
自定义 icon - icon
自定义样式 - customStyle
Group
Props
Prop Name | Type | Required | Default | Description |
---|---|---|---|---|
compact | bool | 紧凑型布局 |
说明
- 这是 Tag 的 Group 组件,用于包裹 Tag,并提供紧凑型布局
演示
- 功能演示
- 紧凑布局 - compact
Icon
Props
Prop Name | Type | Required | Default | Description |
---|---|---|---|---|
icon | union | 自定义 icon | ||
prefix | string | 同 Icon 组件 prefix | ||
styleType | enum | 样式风格 | ||
customStyle | shape | 自定义样式 |
说明
- 这是只有 Icon 的 Tag 组件,用作纯 Icon 标识