DocsAgent Status Pill
Agent Status Pill
Ultra-compact AI agent status pill with live orbit indicator and pulse ring.
Ultra-compact AI agent status pill with live orbit indicator and pulse ring.
Ultra-compact status descriptor for AI agents in toolbars, headers, and cards. Integrates live thinking orbital animation, state icons, pulse radar rings, and customizable labels.
Current execution status of the agent.
Visual aesthetic preset.
Physical pill scale.
Display readable status title.
Ambient radar pulse ring.
import { AgentStatusPill } from "nexoreui"
<AgentStatusPill />| Prop | Type | Default | Description |
|---|---|---|---|
| status | "idle" | "thinking" | "running" | "success" | "error" | "idle" | Operating status of the AI agent with corresponding live animations, icons, or dots. |
| variant | "default" | "neon" | "glow" | "cyberpunk" | "default" | Visual aesthetic theme matching NexoreUI indicator presets. |
| size | "sm" | "md" | "lg" | "md" | Compactness scale of the pill container. |
| showLabel | boolean | false | Whether to display the text label next to the animated indicator. |
| label | ReactNode | undefined | Custom label text override for the pill. |
| pulse | boolean | false | Adds an animated ambient radar/pulse ping ring for active attention. |