DocsComponents

Avatar

Avatar

Profile picture, user initials and fallback icon.

A

Installation

CLI

Install the @perceptui/ui package using your preferred package manager.

npx @perceptui/cli@latest add avatar

Import from @perceptui/ui

Note: If you have installed @perceptui/ui package, then import Avatar from @perceptui/ui.

import { Avatar, AvatarImage, AvatarFallback } from "@perceptui/ui";
A

API References

PropTypeDescriptionDefault
variant"solid" | "outline" | "soft"Form of the Avatarsolid
colorstringColor of the Avatarblue
radius"none"|"sm"|"md"|"lg"|"xl"|"full"Radius of the Avatarlg
srcstringLink of the image to be used in Avatar-
fallbackReactNode--
classNamestringclassName_

Examples

Variant

Use the variant prop to control the visual style of the avatar.

Solid Variant

A

Outline Variant

A

Soft Variant

A

Color

Use the color prop to control the color of the avatar.

Color with solid variant

A
A
A
A
A
A
A
A
A
A
A
A

Color with outline variant

A
A
A
A
A
A
A
A
A
A
A
A

Color with soft variant

A
A
A
A
A
A
A
A
A
A
A
A
There are more color properties. Take your time to explore

Radius

Use the radius prop to assign a specific radius value.