Tag
Used for marking and selection.
Usage
type
Use the type attribute to define Tag's type.
tag
tag
tag
state
You can define different states.
tag
tag
tag
tag
shape
Predefined the shape of the Tag.
rounded
pilled
closable
Use the closable attribute to define a removable tag.
tag
tag
tag
indicator
Use an indicator appearance to show indication.
tag
tag
tag
Props
Name | Type | Default | Description |
---|---|---|---|
type | solid | outline | soft | solid | Set custom type attribute. |
color | blue | teal | red | yellow | gray | deepGray | teal | Set tag color. |
shape | rounded | pilled | rounded | Set tag shape. |
closable | boolean | false | Use the closable attribute to define a removable tag. |
indicator | boolean | false | Use an indicator appearance to show indication. |