With icon
flx/badge-03FreeBlock
Leading verified icon before the label.
Install it
npx shadcn@latest add https://ui.flexnative.com/r/badge-03.jsonSource
1import { BadgeCheckIcon } from 'lucide-react'23import { Badge } from '@/components/ui/badge'45export function Badge03() {6 return (7 <Badge variant="secondary">8 <BadgeCheckIcon data-icon="inline-start" />9 Verified10 </Badge>11 )12}
What it pulls in
Other registry items
Files it writes
More from flx
All 450 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 |
