The library is still in early development. Breaking changes and bugs may occur without prior notice. Thanks for your interest in using the library!
v0.2.47Beta

Search

Avatar

Source

A circular component used to display user profile images, with fallback support.

Usage

Import the Avatar, AvatarImage, and AvatarFallback components from @bun-ui/react:

import { Avatar, AvatarImage, AvatarFallback } from "@bun-ui/react"

Examples

Fallback

If the image fails to load, or no image is provided, a fallback will render automatically:

B

Sizes