An image element with a fallback for representing the user.
Run the following command:
npx ever-ui-clx@0.2.1 add demo-avatar
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
<Avatar>
<AvatarImage src="..." />
<AvatarFallback>EV</AvatarFallback>
</Avatar>