Chatbot
Queue
Collapsible list component for displaying pending and completed task items with attachments.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| completed | boolean | - | Item completion state |
| label | string | - | Section label text |
| count | number | - | Item count display |
| icon | React.ReactNode | - | Section icon |
Import
import { Queue, QueueItem, QueueItemContent, QueueList, QueueSection } from '@blastx/ui-ai';