Skip to content
On this page

Tag 标签

基本使用

template
<c-tag text="标签" />

颜色

template
<c-tag color="primary" text="标签" />
<c-tag color="error" text="标签" />
<c-tag color="success" text="标签" />
<c-tag color="warning" text="标签" />
<c-tag color="info" text="标签" />
<c-tag color="#7546c9" text="标签" />

圆角值

template
<c-tag radius="s" text="标签" />
<c-tag radius="m" text="标签" />
<c-tag radius="l" text="标签" />
<c-tag radius="10" text="标签" />
<c-tag text="圆角标签" round />
<c-tag radius="xs s m l" text="各角不同的标签" />

API

Tag Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsTagPropsundefined全部 props 。 使用说明
c-classHTMLAttributes['class']undefined自定义类名
c-styleHTMLAttributes['style']undefined自定义样式
colorstringundefined图标颜色。 使用说明
sizestring | numberundefined图标大小。 使用说明
textstringundefined文字
text-colorstringundefined文字的颜色。 使用说明
text-propsTextPropsundefinedTextProps
iconstringundefined图标
icon-propsIconPropsundefinedIconProps
closablebooleanundefined是否可关闭
close-icon-propsIconPropsundefinedIconProps
radiusstring | numberundefined圆角值。 使用说明
roundbooleanundefined是否显示为圆角
plainbooleanundefined是否镂空

Tag Events

名称参数说明
click(payload: any) => void点击 tab 内容事件
close(payload: any) => void点击关闭 icon 事件