Badge
Display status indicators and labels
Preview
DefaultDestructive
Installation
npx shadcn@latest add @glitchcn/badgeUsage
import { Badge } from "@/components/ui/badge"
<Badge>Default</Badge>
<Badge variant="destructive">Destructive</Badge>Display status indicators and labels
npx shadcn@latest add @glitchcn/badgeimport { Badge } from "@/components/ui/badge"
<Badge>Default</Badge>
<Badge variant="destructive">Destructive</Badge>