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 | Default | Description |
|---|---|---|---|
variant | success | warning | error | info | default | default | Status/severity styling variant. |
type | badge | pill | badge | Shape: rounded rectangle or pill. |
className | string | - | Additional CSS classes for custom styling. |
...props | HTMLAttributes<HTMLSpanElement> | - | Inherited HTML span attributes. |