🤎 Enjoying my work? Buy me a coffee to support my coding adventures! ☕


Docs
Avatar

Avatar

An image element with a fallback for representing the user.

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>