Signal

StatusLamp API

StatusLamp is a compact Foundry signal component for runtime health, CMS publishing, queues, and dashboard rows.

Preview

OnlineDegradedOfflineIdle

Import

import { StatusLamp } from "@axonyx/react";

Props

PropTypeDefaultDescription
tone"neutral" | "online" | "warning" | "danger" | "idle""neutral"Controls the signal color and border.
labelReactNoderequiredPrimary readable status label.
descriptionReactNodeundefinedOptional secondary status detail.
pulsebooleanfalseAdds a pulsing signal ring for live status.

CSS contract

.ax-status-lamp
.ax-status-lamp__light
.ax-status-lamp__label
.ax-status-lamp__description
[data-tone]
[data-pulse]

Foundry notes

Prefer signal over text-only state

StatusLamp is useful when the interface needs a machine-readable feeling: online/offline, warm queues, deploy state, or runtime health.