Primitive
Avatar
An image element with a fallback for representing the user.
BFJDVCAB
Installation
npx benflux-ui add avatarUsage
import { Avatar, AvatarFallback, AvatarImage } from "@benflux-ui/react"
<Avatar>
<AvatarImage src="/avatar.png" alt="John Doe" />
<AvatarFallback>JD</AvatarFallback>
</Avatar>Sizes
XSSMMDLGXL2X
With Ring
DPG
Group
ABC+2
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| size | "xs" | "sm" | "default" | "lg" | "xl" | "2xl" | "default" | Size of the avatar |
| ring | "none" | "default" | "primary" | "glow" | "none" | Ring style around the avatar |