With name
flx/avatar-08FreeBlock
Avatar beside a name and email, forming a user row.
Install it
npx shadcn@latest add https://ui.flexnative.com/r/avatar-08.jsonSource
1import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'23export function Avatar08() {4 return (5 <div className="flex items-center gap-3">6 <Avatar>7 <AvatarImage8 src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&auto=format&fit=crop"9 alt="Sofia Rodrigues"10 />11 <AvatarFallback>SR</AvatarFallback>12 </Avatar>13 <div className="flex flex-col">14 <span className="text-sm font-medium">Sofia Rodrigues</span>15 <span className="text-muted-foreground text-xs">sofia@example.com</span>16 </div>17 </div>18 )19}
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 |
