Trend Delta Badge

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

+12.4%vs last month

Installation

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

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

New here? Read the installation guide.

Usage

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

import { Badge9 } from "@/components/beste/component/badge9";

<Badge9 value="+12.4%" label="vs last month" />

<Badge9
  value="-3.2%"
  tone="down"   // "up" (default) | "down" | "flat"
/>

Playground

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

+12.4%vs last month
Usage
import { Badge9 } from "@/components/beste/component/badge9";

<Badge9
  value="+12.4%"
  label="vs last month"
/>

Props

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

PropTypeDefaultDescription
value*stringThe delta value (e.g. "+12.4%")
labelstringOptional muted context after the chip (e.g. "vs last month")
tone"up" | "down" | "flat"Trend direction, controls the arrow and colors
classNamestringAdditional classes merged onto the root

More Badge components

View all Badge
12k+active users

Stat Badge

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

Est. 2019, Berlin

Barcode Badge

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

About Us

Eyebrow Badge

An eyebrow kicker badge with an accent square and uppercase, letter spaced label for section headings.

Selin AksoyProduct Designer

Profile Badge

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

Available for new projects

Pulse Status Badge

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

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