Avatar

An image element with a fallback for representing the user.

Installation

$npx maddex add Avatar

Basic

Start with AvatarImage and AvatarFallback. The image fades in when it loads, while the fallback stays ready for empty or broken sources.

Preview

        
            
        
    

Semantic Fallbacks

Style the fallback with semantic tokens so broken avatars still communicate a meaningful state.

Preview

        
            
        
    

Avatar Group

Layer Avatar instances with Tailwind utilities to preserve the shadcn group layout without introducing extra primitives.

Preview