← Components

Live Badge

component

A pulsing status badge for live states. Ideal for esports and streaming UIs.

LIVEONLINE

Installation

Namespace
npx shadcn@latest add @soultel/live-badge
URL
npx shadcn@latest add https://asafefe.dev/r/live-badge.json

Usage

usage.tsx
import { LiveBadge } from "@/components/live-badge"

export function Example() {
  return <LiveBadge label="LIVE" />
}