Variants
flx/badge-02FreeBlock
All six variants side-by-side: default, secondary, destructive, outline, ghost, link.
Install it
npx shadcn@latest add https://ui.flexnative.com/r/badge-02.jsonSource
1import { Badge } from '@/components/ui/badge'23export function Badge02() {4 return (5 <div className="flex flex-wrap items-center justify-center gap-2">6 <Badge>Default</Badge>7 <Badge variant="secondary">Secondary</Badge>8 <Badge variant="destructive">Destructive</Badge>9 <Badge variant="outline">Outline</Badge>10 <Badge variant="ghost">Ghost</Badge>11 <Badge variant="link">Link</Badge>12 </div>13 )14}
What it pulls in
Other registry items
Files it writes
More from flx
All 446 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Basicaccordion-01 | flx | Blocks | Free | no deps | |
| Multipleaccordion-02 | flx | Blocks | Free | no deps | |
| With iconsaccordion-03 | flx | Blocks | Free | no deps | |
| FAQaccordion-04 | flx | Blocks | Free | no deps | |
| Separated cardsaccordion-05 | flx | Blocks | Free | no deps | |
| Plus / minus iconaccordion-06 | flx | Blocks | Free | 1 dep | |
| Left chevronaccordion-07 | flx | Blocks | Free | 1 dep | |
| Rich contentaccordion-09 | flx | Blocks | Free | no deps |
