Component referenceSource owned

Avatar

An image element with a fallback for representing the user.

Upstream reference
On this page4 sectionsBack to top
Live preview
Loading preview...

#Installation

npx shadcn@latest add https://neobrutal-ui.andongmin.com/r/avatar.json

#Usage

import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
<Avatar>
  <AvatarImage src="https://github.com/andongmin94.png?size=80" alt="@andongmin94" />
  <AvatarFallback>AM</AvatarFallback>
</Avatar>

#Examples

#Fallback

Loading preview...