Avatar
An image element with a fallback for representing the user.
Avatar
DIDI
Installation
1pnpm dlx shadcn@latest add @glasswave/avatarUsage
1import { Avatar, AvatarImage, AvatarFallback } from "glasswave";1<Avatar>2 <AvatarImage src="https://avatars.githubusercontent.com/u/66132191" />3 <AvatarFallback>DI</AvatarFallback>4</Avatar>API Reference
See the Radix UI Avatar documentation.