Pulse Status Badge

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

Available for new projects

Installation

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

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

New here? Read the installation guide.

Usage

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

import { Badge8 } from "@/components/beste/component/badge8";

<Badge8 label="Available for new projects" />

<Badge8
  label="Maintenance window"
  tone="warning"   // "success" (default) | "info" | "warning" | "muted"
  still            // static dot, no ping animation
/>

Playground

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

Available for new projects
Usage
import { Badge8 } from "@/components/beste/component/badge8";

<Badge8
  label="Available for new projects"
/>

Props

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

PropTypeDefaultDescription
label*stringStatus label
tone"success" | "info" | "warning" | "muted"Dot color: success (default), info, warning, or muted
stillbooleanDisable the ping animation and show a static dot
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.

Launch in--d --h --m --s

Countdown Badge

A live countdown badge for launches and limited offers, SSR safe with a finished state.

Announcement Badge

An announcement pill badge with a bold tag, message, and optional link arrow for hero 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.

+12.4%vs last month

Trend Delta Badge

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

40% faster

Marker Highlight Badge

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

Markdown version