Badge
A badge is a small status descriptor for UI elements.

Usage
Status
import { Badge } from "@aqqo/aqqo-ui";
<Badge variant="success">Badge</Badge>
Examples
Warning
Status
Error
Status
Info
Status
Default
Status
Props
Prop | Type | Values | Description |
---|---|---|---|
variant | string | primary (default) | secondary | tertiary | Determines the styling variant of the button |
type | string | base (default) | small | Determines the size of the button |
className | string | - | Additional CSS classes for custom styling |
...props | any | - | Additional HTML attributes for the button |