pnpm dlx shadcn@latest add https://components.sudarshandhakal.com.np/r/badge.jsonimport { Badge } from "@/components/ui/badge"<Badge>Active</Badge>The Badge component accepts all HTMLDivElement props plus the following:
| Prop | Type | Default |
|---|---|---|
| variant | "default" | "secondary" | "destructive" | "outline" | "default" |