...
Label items with status or category tags.
npx neobrutal add badgeimport { Badge } from '@/components/ui/badge'<Badge variant='neutral'>Badge</Badge>| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "default" | "neutral" | "destructive" | "success" | "warning" | "default" | The visual style of the badge. |