Cloff Labs

Avatar Stack

Avatar stack motion interaction

Evil RabbitshadcnMaxime HeckelAyush Deshmukh
Contributors4 Active Members

Installation

Run the following command

npx shadcn@latest add https://ui.cloffstudio.com/r/avatar-stack.json

Props

PropsTypeDefaultDescription
itemsArray<{ name: string; image: string }>[]Array of avatar items to display. Each item should have `name` and `image`.
titlestringundefinedMain title text shown below the avatar stack.
subtitlestringundefinedSmaller subtitle text shown under the title.
classNamestring''Additional CSS classes applied to the avatar stack wrapper.