Display a unique keyword, optionally as a part of a set.
The basic Tag usage.
Show different states with colors.
Invert color and background.
| Attribute | Description | Type | Accepted values | Default |
|---|---|---|---|---|
| type | tag type | TagTypes | - | default |
| invert | invert color and background | boolean | - | false |
| ... | native props | HTMLAttributes | 'id', 'className', ... | - |
type TagTypes =
| 'default'
| 'secondary'
| 'success'
| 'warning'
| 'error'
| 'dark'
| 'lite'
Previous
Tabs
Next
Text

