Skip to main content
VelinStyle v1.3.0
⌂ Home
  1. Docs
  2. Components
  3. Feedback
  4. Live dot

Live dot 1.2.2

The <velin-live-dot> Web Component renders a tiny status dot with a concentric pulse animation. Pair it with realtime feeds, websocket counters, or "online" indicators next to user names. Deutsch: Live Punkt

Maturity: Documented as stable in VelinStyle 1.2.0. Design Intelligence (plan / review / agent meta) is separate and beta / foundation where noted.

When to use

When not

Basic

Realtime feed Lag detected Disconnected Paused
<velin-live-dot status="live">Realtime feed</velin-live-dot>
<velin-live-dot status="warning">Lag detected</velin-live-dot>
<velin-live-dot status="error">Disconnected</velin-live-dot>
<velin-live-dot status="paused" pulse="false">Paused</velin-live-dot>

Attributes

AttributeDefaultNotes
statuslivelive / paused / warning / error / muted
pulsetruefalse disables the looped ring

Styling

The component uses the --velin-live-color custom property to colour the dot. Override per instance:

<velin-live-dot style="--velin-live-color: hotpink">Custom</velin-live-dot>

Accessibility