Badge2
mynaui/badge2FreeComponent
Badges are small components that can be used to display a status or a count.
Install it
npx shadcn@latest add https://mynaui.com/r/badge2.jsonSource
1import { Badge } from "@/ui/badge";23export default function WithDot() {4 return (5 <>6 <Badge>7 <span className="-ml-0.5 mr-1 size-1.5 shrink-0 rounded-full bg-current"></span>8 Badge9 </Badge>10 <Badge variant="secondary">11 <span className="-ml-0.5 mr-1 size-1.5 shrink-0 rounded-full bg-current"></span>12 Secondary13 </Badge>14 <Badge variant="outline">15 <span className="-ml-0.5 mr-1 size-1.5 shrink-0 rounded-full bg-current"></span>16 Outline17 </Badge>18 <Badge variant="destructive">19 <span className="-ml-0.5 mr-1 size-1.5 shrink-0 rounded-full bg-current"></span>20 Destructive21 </Badge>22 </>23 );24}
What it pulls in
Other registry items
Files it writes
More from mynaui
All 346 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordion1accordion1 | mynaui | Components | Free | no deps · 2 files | |
| Accordion2accordion2 | mynaui | Components | Free | no deps · 2 files | |
| Accordion3accordion3 | mynaui | Components | Free | no deps · 2 files | |
| Accordion4accordion4 | mynaui | Components | Free | 1 dep · 2 files | |
| Accordion5accordion5 | mynaui | Components | Free | 1 dep · 2 files | |
| Alert dialog1alert-dialog1 | mynaui | Components | Free | no deps · 2 files | |
| Alert dialog2alert-dialog2 | mynaui | Components | Free | 1 dep · 2 files | |
| Alert dialog3alert-dialog3 | mynaui | Components | Free | 1 dep · 2 files |
