❤️ Support our project - Your donation helps us continue developing awesome tools!


Docs
Avatar

Avatar

An image element with a fallback for representing the user.

An avatar with a fallback.

NY

Installation

npx nyxbui@latest add avatar

Usage

import { Avatar, AvatarFallback, AvatarImage } from "~/components/ui/avatar"
<Avatar>
  <AvatarImage src="https://github.com/nyxb.png" />
  <AvatarFallback>NY</AvatarFallback>
</Avatar>