NexoreUIv1.4
InstallationComponents41IconsNexore MakeAI
Create ProjectSTUDIOGitHub
NexoreUI
41 comps
Create Project
Studio
Installation
Components Overview
40+
Icons
300+
Categories6 groups
Button
Input
Switch
Slider
Rating
File Upload
Card
Accordion
Tabs
Table
Stepper
Scroll Area
Navigation
Dock
Data Display
Thinking Indicator
AI
Tool Call Card
AI
Agent Status Pill
AI
Command
Theme: indigo
Studio
DocsAgent Status Pill

Agent Status Pill

Ultra-compact AI agent status pill with live orbit indicator and pulse ring.

NextCommand
On This Page
Quick Actions
Project Studio
New
Nexore Make (AI)Source on GitHub
Agentic AI
React 19
Framer Motion
import { AgentStatusPill } from 'nexoreui'

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.

Interactive Playground

Live CanvasInteractive
Thinking...
Pill component (standalone or embeddable in navigation)
Controls(5)
status
select

Current execution status of the agent.

variant
select

Visual aesthetic preset.

size
select

Physical pill scale.

showLabel
boolean
Toggle state:

Display readable status title.

pulse
boolean
Toggle state:

Ambient radar pulse ring.

Generated JSX
Source
import { AgentStatusPill } from "nexoreui"

<AgentStatusPill />

Real-World Examples

Navigation Header Integration
NX
Nexore Cloud Agent
Autonomous Task Worker #41
Reasoning
component.tsx
Multi-Agent Swarm Orchestration
Planner Agent
Completed
Executor Agent
Running
Reviewer Agent
Idle

API Reference (Props)

PropTypeDefaultDescription
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.
showLabelbooleanfalseWhether to display the text label next to the animated indicator.
labelReactNodeundefinedCustom label text override for the pill.
pulsebooleanfalseAdds an animated ambient radar/pulse ping ring for active attention.