A circular component used to display user profile images, with fallback support.
Import the Avatar
, AvatarImage
, and AvatarFallback
components from @bun-ui/react
:
import { Avatar, AvatarImage, AvatarFallback } from "@bun-ui/react"
If the image fails to load, or no image is provided, a fallback will render automatically: