25
Displays a small label for status or categorization.
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. |