Testimonial Badge

A testimonial badge with an avatar stack, star rating, and social proof text for hero sections.

Loved by 2,400+ founders

Installation

Adds the component and everything it depends on to your project.

npx shadcn add https://ui.beste.co/component/r-base/badge14

New here? Read the installation guide.

Usage

The import and the props worth knowing about, in one place.

import { Badge14 } from "@/components/beste/component/badge14";

<Badge14
  avatars={[
    "/avatars/mia.jpg",
    "/avatars/deniz.jpg",
    "/avatars/omar.jpg",
  ]}
  text="Loved by 2,400+ founders"
  rating={5}        // stars, 0–5 (default 5)
  tone="amber"      // "amber" (default) | "primary" | "foreground"
/>

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

Loved by 2,400+ founders
Usage
import { Badge14 } from "@/components/beste/component/badge14";

<Badge14
  avatars={["https://i.pravatar.cc/64?img=12","https://i.pravatar.cc/64?img=32","https://i.pravatar.cc/64?img=45","https://i.pravatar.cc/64?img=8"]}
  text="Loved by 2,400+ founders"
/>

Props

Read from the component's own type, so this cannot drift from what it accepts.

PropTypeDefaultDescription
avatars*string[]Avatar image URLs, rendered as an overlapping stack
text*stringThe social-proof line (e.g. "Loved by 2,400+ founders")
ratingnumberStar count, 0–5
tone"amber" | "primary" | "foreground"Star color
classNamestringAdditional classes merged onto the root

More Badge components

View all Badge
4.9from 200+ reviews

Rating Badge

A star rating badge with a numeric value and review text for social proof sections.

Selin AksoyProduct Designer

Profile Badge

A profile badge with avatar, name, and role for author and team credits.

12k+active users

Stat Badge

A stat badge with an icon, bold value, and label for quick hero metrics.

Announcement Badge

An announcement pill badge with a bold tag, message, and optional link arrow for hero sections.

Est. 2019, Berlin

Barcode Badge

A decorative barcode badge with a monospace caption for editorial and print inspired sections.

New template addedThe Auralis studio set is live

Notification Badge

A toast style notification badge with an icon tile, title, and description for product updates.

Markdown version