1. Home
  2. Experiments
  3. UI
  4. Avatar

Avatar

Avatars can display a user's profile picture

Installation

bunx shadcn@latest add https://maxwiseman.io/experiments/ui/avatar/json

Additions

This component adds the AvatarGroup, AvatarGroupList, and AvatarOverflowIndicator components. They can be used to create a list of avatars that displays nicely like the one in the example above.

Credits

This component was modified by carstenlebek (and later me) and submitted as a pull request to the official shadcn-ui/ui repo. It has been included here because it has not been merged into the official repo yet, but is required for some other components here (on top of just being an excellent component).