Live Badge
componentA pulsing status badge for live states. Ideal for esports and streaming UIs.
LIVEONLINE
Installation
Namespace
npx shadcn@latest add @soultel/live-badgeURL
npx shadcn@latest add https://asafefe.dev/r/live-badge.jsonUsage
import { LiveBadge } from "@/components/live-badge"
export function Example() {
return <LiveBadge label="LIVE" />
}