Presenting Sillybits Pro - Beautifully crafted templates to create stunning landing pages in no time.
Docs
Avatar Scale Effect

Avatar Scale Effect

PreviousNext

An avatar row with hover scaling effect.

Installation

Examples

Horizontal

import { AvatarScaleEffect } from "@/components/sillybitsui/avatar-scale-effect";
<AvatarScaleEffect
  images={[
    "https://avatar.vercel.sh/umair?&s=128",
    "https://avatar.vercel.sh/gaearon?&s=128",
    "https://avatar.vercel.sh/brianc?&s=128",
    "https://avatar.vercel.sh/yyx990803?&s=128",
    "https://avatar.vercel.sh/dan_abramov?&s=128",
    "https://avatar.vercel.sh/sophiebits?&s=128",
    "https://avatar.vercel.sh/sebmarkbage?&s=128",
    "https://avatar.vercel.sh/rauchg?&s=128",
    "https://avatar.vercel.sh/addyosmani?&s=128",
    "https://avatar.vercel.sh/paul_irish?&s=128",
    "https://avatar.vercel.sh/andrew?&s=128",
  ]}
/>

Props

PropTypeDefaultDescription
imagesstring[][]Array of image URLs to display as avatars in the row with hover scaling effects.