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'