Avatar
bundui/avatar-avatar-groupFreeComponent
An image element with fallbacks for representing the user.
Live preview
live · rendered by the registry
Rendered by bundui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://bundui.io/r/avatar-avatar-group.jsonSource
1import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";23export default function AvatarGroup() {4 return (5 <div className="[&_*]:data-[slot=avatar]:ring-background flex -space-x-2 [&_*]:data-[slot=avatar]:ring-2">6 <Avatar>7 <AvatarImage src="https://www.tobybelhome.com/user.png" alt="@shadcn" />8 <AvatarFallback>CN</AvatarFallback>9 </Avatar>10 <Avatar>11 <AvatarImage src="https://github.com/shadcn.png" alt="@shadcn" />12 <AvatarFallback>CN</AvatarFallback>13 </Avatar>14 <Avatar>15 <AvatarImage16 src="https://images.unsplash.com/photo-1654110455429-cf322b40a906?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGF2YXRhcnxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&q=60&w=300"17 alt="@shadcn"18 />19 <AvatarFallback>CN</AvatarFallback>20 </Avatar>21 </div>22 );23}
What it pulls in
Other registry items
Files it writes
More from bundui
All 217 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion-collapsible | bundui | Components | Free | no deps · 2 files | |
| Accordionaccordion-default | bundui | Components | Free | no deps | |
| Accordionaccordion-with-plus-icon | bundui | Components | Free | 2 deps | |
| Alertalert-danger | bundui | Components | Free | 1 dep | |
| Alertalert-default | bundui | Components | Free | no deps | |
| Alert Dialogalert-dialog | bundui | Components | Free | no deps | |
| Alertalert-success | bundui | Components | Free | 1 dep | |
| Alertalert-warning | bundui | Components | Free | 1 dep |
