Live Indicator
feedbackPulsing dot indicator for showing real-time or live status.
Preview
No preview available
Check the code examples below.
Installation
npm install @launchapp/design-systemImport
import { LiveIndicator } from "@launchapp/design-system";Examples
Live broadcast indicator
<LiveIndicator label="Live" variant="red" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | "Live" | Text label next to the pulse dot. |
variant | "red" | "green" | "yellow" | "red" | Pulse color. |