Stat Badge

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

12k+active users

Installation

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

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

New here? Read the installation guide.

Usage

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

import { Badge15 } from "@/components/beste/component/badge15";
import { Rocket } from "lucide-react";

<Badge15 value="12k+" label="active users" />

<Badge15
  value="99.9%"
  label="uptime"
  icon={Rocket}        // leading icon (default: Users)
  tone="foreground"    // "primary" (default) | "foreground" | "muted"
/>

Playground

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

12k+active users
Usage
import { Badge15 } from "@/components/beste/component/badge15";

<Badge15
  value="12k+"
  label="active users"
/>

Props

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

PropTypeDefaultDescription
value*stringThe stat value (e.g. "12k+")
labelstringMuted label after the value (e.g. "active users")
iconLucideIconOptional leading icon (defaults to Users)
tone"primary" | "foreground" | "muted"Icon color
classNamestringAdditional classes merged onto the root

More Badge components

View all Badge
Available for new projects

Pulse Status Badge

A status badge with a pulsing dot for availability, live states, and system health.

Announcement Badge

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

+12.4%vs last month

Trend Delta Badge

A metric delta badge with trend arrows for dashboards, stat rows, and pricing tables.

Selin AksoyProduct Designer

Profile Badge

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

40% faster

Marker Highlight Badge

A marker highlight badge that draws a highlighter stroke behind key words in headlines.

Loved by 2,400+ founders

Testimonial Badge

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

Markdown version