Icon fallback
flx/avatar-03FreeBlock
Generic user icon when there is no image or name.
Install it
npx shadcn@latest add https://ui.flexnative.com/r/avatar-03.jsonSource
1import { UserIcon } from 'lucide-react'23import { Avatar, AvatarFallback } from '@/components/ui/avatar'45export function Avatar03() {6 return (7 <Avatar>8 <AvatarFallback>9 <UserIcon className="size-4" />10 </AvatarFallback>11 </Avatar>12 )13}
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 |
