Avatar

An image element with a fallback for representing the user.

image
Description of the SVG image Loading...

Demos

Avatar Group

Description of the SVG image Loading...

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-avatar

Usage

import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
<Avatar>
  <AvatarImage src="..." />
  <AvatarFallback>EV</AvatarFallback>
</Avatar>