Overrides
Badge
Extended Features
- Size variants —
xs,sm,default, andlg - Success, Info, and Warning color variants
Install
Configure your registry in components.json:
{
"registries": {
"@uxio": "https://ui.uxio.dev/r/styles/{style}/{name}.json"
}
}Then run:
npx shadcn@latest add @uxio/badgeExamples
Size Variants
Extra smallSmallDefaultLarge
Success Variant
For positive states like completed or confirmed.
Completed
Info Variant
For informational highlights or neutral status.
New
Warning Variant
For cautionary states that require attention.
Pending