Badge
Data DisplayA small status indicator.
Preview
New Feature
Usage
<Badge variant="primary">New</Badge>Props
| Name | Type | Default | Description |
|---|---|---|---|
| variant | 'primary' | 'secondary' | 'outline' | 'ghost' | 'primary' | The visual style of the badge. |
| class | string | '' | Additional CSS classes. |
Slots
| Name | Description |
|---|---|
| default | Badge content. |