Tag
Used for marking and selection.
Usage
type
Use the type attribute to define Tag's type.
state
You can define different states.
shape
Predefined the shape of the Tag.
closable
Use the closable attribute to define a removable tag.
indicator
Use an indicator appearance to show indication.
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. |