Live Indicator

feedback

Pulsing dot indicator for showing real-time or live status.

Preview

No preview available

Check the code examples below.

Installation

npm install @launchapp/design-system
Import
import { LiveIndicator } from "@launchapp/design-system";

Examples

Live broadcast indicator

<LiveIndicator label="Live" variant="red" />

Props

PropTypeDefaultDescription
label
string"Live"Text label next to the pulse dot.
variant
"red" | "green" | "yellow""red"Pulse color.