Tailwind UI Pattern Registry for humans and agents

social-proof avatars stack credit attribution stars rating trust social-proof avatars stack attribution dotted stars trust overlapping avatar stack with user count dotted underline company attribution social proof with stars and avatars

Creator Credit

Fetch pattern JSON: curl https://webspire.de/patterns/social-proof/creator-credit.json

Details

Family
social-proof
Tier
base
Kind
section
Responsive Dark Mode Tailwind Only SSR Safe Copy & Paste
Stable Published
social-proofavatarsstackcreditattributionstarsratingtrust

Slots

Name Required Description
avatars Yes Overlapping avatar stack — initials or images, with +N overflow badge.
stat Yes Primary user count or social proof number.
attribution No "Used by teams at …" sentence with dotted-underline company links.
stars No Star rating row with average score.

The overlapping avatar stack uses -space-x-3 (negative horizontal spacing) and a border-2 that matches the background color — this creates the “cut-out” separation between overlapping circles without any custom CSS.

The dotted-underline attribution links (border-b border-dotted) are a subtle way to indicate company names are clickable without overloading the visual hierarchy.

With real avatar images

<img
  src="/avatars/maria.jpg"
  alt="Maria S."
  class="h-10 w-10 rounded-full border-2 border-[var(--ws-social-proof-bg)] object-cover"
>