byronwade/ui
Application UI

UI · Application UI

Status dot

Atomic status indicator dot with tone + optional pulse.

@byronwade/foundation@byronwade/utils

Feature showcase

Installation

Features

  • 6 examples

    Default, Tones, Pulse, Inline Text, Sizes, Table Rows.

API

Props

PropTypeDefaultDescription
tone"success" | "warning" | "danger" | "info" | "neutral""neutral"Color tone.
size"sm" | "md" | "lg""sm"Dot size.
pulsebooleanfalseAnimated ping ring.

Dependencies

PackageKindDescription
@byronwade/foundationregistryInstalled through the byronwade/ui registry.
@byronwade/utilsregistryInstalled through the byronwade/ui registry.

Source and related

FilePath
Componentregistry/ui/status-dot.tsx
Default examplecontent/examples/status-dot/default.tsx
Tones examplecontent/examples/status-dot/tones.tsx
Pulse examplecontent/examples/status-dot/pulse.tsx
Inline Text examplecontent/examples/status-dot/inline-text.tsx
Sizes examplecontent/examples/status-dot/sizes.tsx
Table Rows examplecontent/examples/status-dot/table-rows.tsx