Badge with icon
flx/avatar-07FreeBlock
Verified check icon inside the AvatarBadge.
Install it
npx shadcn@latest add https://ui.flexnative.com/r/avatar-07.jsonSource
1import { CheckIcon } from 'lucide-react'23import {4 Avatar,5 AvatarBadge,6 AvatarFallback,7 AvatarImage,8} from '@/components/ui/avatar'910export function Avatar07() {11 return (12 <Avatar size="lg">13 <AvatarImage14 src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&auto=format&fit=crop"15 alt="Sofia Rodrigues — verified"16 />17 <AvatarFallback>SR</AvatarFallback>18 <AvatarBadge>19 <CheckIcon />20 </AvatarBadge>21 </Avatar>22 )23}
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 |
