Preview
Default
Destructive
Outline
Secondary
Success
Warning
Installation
npx shadcn@latest add https://docs-kit.pheralb.dev/r/badgesUsage
React
import { Badge } from "@/components/ui/badge";
<Badge variant="secondary">Secondary</Badge>Props
| Prop | Type | Required | |
|---|---|---|---|
| variant | "default" | "secondary" | "outline" | "destructive" | "success" | "warning" | No | |
| size | "sm" | "md" | "lg" | No | |
| Included: DOMAttributes<HTMLDivElement> | |||