Social Proof

An accessible avatar stack, rating, and trust label for product surfaces.

AKMLNBSC

Loved by 500+ customers

Install

Add the source directly to your shadcn project.

pnpm dlx shadcn@latest add https://ui.starck.studio/r/social-proof.json

Usage

<SocialProof
  label="Loved by 500+ customers"
  rating={5}
  avatars={[
    { name: "Ari Kim", initials: "AK", color: "#2563eb" },
    { name: "Mina Lee", initials: "ML", color: "#7c3aed" },
    { name: "Noah Bell", initials: "NB", color: "#059669" },
    { name: "Sara Chen", initials: "SC", color: "#e11d48" },
  ]}
/>