Skip to content

Avatar

@shadcn
JD
Avatar
Terminal window
npx skeci-ui add avatar
import { Avatar } from '@/components/ui/avatar';
<Avatar
src="https://github.com/shadcn.png"
alt="@shadcn"
fallback="SC"
/>

Shapes

Avatar
Avatar

Sizes

Avatar
Avatar
Avatar
PropTypeDefaultDescription
srcstringThe source of the image to display.
altstring'Avatar'Alt text for the image.
fallbackstring'?'Text to display if the image fails to load.
size'sm' | 'md' | 'lg''md'The size of the avatar.
shape'circle' | 'square''circle'The shape of the avatar border.