A
Auralix UI

StatusDot

Status indicator dots with pulse animation.

Preview

Online
Away
Busy
Offline
Online

Installation

bash
npx auralix-ui add status-dot

Usage

Status Indicators

tsx
import { StatusDot, StatusBadge } from "@/components/ui/StatusDot";

<StatusDot status="online" pulse />
<StatusBadge status="away" />

Props

NameTypeDefaultDescription
status"online" | "offline" | "away" | "busy" | "default""default"Status type.
size"sm" | "md" | "lg""md"Dot size.
pulsebooleanfalseAnimate with pulse.