Skip to content

StatusDot

stable

Colored dot indicating idle, active, pending, error, or completed state

Data Display/Storybook ↗
import { StatusDot } from "@nodus/design-system"
Loading demo…

Props

state
Type "active" | "idle" | "pending" | "error" | "offline"Default "idle"

Status state

size
Type "sm" | "md" | "lg"Default "md"

Dot size

animate
Type booleanDefault false

Enable pulse animation

label
Type stringDefault

Custom label text (defaults to state name)

showLabel
Type booleanDefault false

Display label text alongside dot

Metadataidleactivependingerrorcompletedsmmdsemanticmotion
MobileWorks As-Is
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?