Avatar List

January 30, 2025

Interactive avatar list with horizontal or vertical layout, support for custom sizes, and smooth hover animations powered by Gsap. Perfect for showcasing users or profiles

  • Three.js Logo Three.js
  • Midulive Logo Midulive
  • Svelte Logo Svelte
  • Astro Logo Astro
  • Gsap Logo Gsap

Features

  1. Interactivity
  2. Smooth animations
  3. Easy configuration
  4. Reusability

Root

PropDefaultTypeDescription
as’div’stringHTML element used to render each avatar (e.g. a, div)
data[]AvatarItem[]List of avatars with name, src, and alt
direction’horizontal’'horizontal' | 'vertical-right' | 'vertical-left'Direction of the avatars
size’medium’'small' | 'medium'Avatar size
shape’circle’'circle' | 'rounded'Avatar shape
nameStyles-stringAdditional classes for the avatar name
imageStyles-stringAdditional classes for the image


Type: AvatarItem[]

import { AvatarList, type AvatarItem } from "@butter-js/ui";

const example: AvatarItem[] = [
  {
    name: "Three.js",
    src: "https://...",
    alt: "Three.js Logo"
  },
  //...
];

Examples

Vertical

In this example, Tailwind classes were added, and the direction of the avatars changed to vertical

  • Svelte Logo Svelte
  • Three.js Logo Three.js
  • Astro Logo Astro

Blog

This would be an example of how it could look in a blog

Create animated avatars for stunning UI 😎

Learn how to design and animate avatars that bring life to your UI. Using GSAP, you can create dynamic hover effects, smooth scaling, and interactive transitions. These animated avatars are perfect for adding personality to your project, whether it's a website, app, or portfolio. Stand out with engaging and visually appealing animations that captivate your audience!

  • Gsap logo Gsap
  • Heeector logo FredKSchott

Created by

Gsap and FredKSchott

@2025 All rights reserved • From developers for developers ❤️