data
queue
A standing work queue — sections of items with completion state, hover/focus/touch-revealed actions, and attachment chips. The general primitive; AgentQueue is its agent-shaped projection.
completed is set once on Item and read from context by the indicator, label, and description. Row actions appear on hover, keyboard focus, and always on touch.
Installation
Usage
Queue: Root · Section · SectionTrigger · SectionContent · List · Item · Row · Indicator · Label · Description · Actions · Attachments · Attachment
Use when
- Any lined-up-but-not-done list: an agent backlog, release readiness, a review queue, onboarding steps
- Sections that collapse independently (queued vs completed) with counts that can't disagree
Not for
- Anything requiring approval before execution — that's ToolCall (see the Approval Inbox block for the composition)
- A popover checklist with progress — that's QuestLog (two projections is a pattern; the third checklist consumer decides if they share more)