Chatbot

Queue

Collapsible list component for displaying pending and completed task items with attachments.

  • Normalize uploaded candidate resumes
    Extract structured profile data and attach the source document.
    resumes.zip
  • Draft approval summary for HR lead
    Summarize exceptions and highlight missing feedback loops.
  • Classify inbound support requests
    Assigned owners and pushed the queue into the CRM.

Props

PropTypeDefaultDescription
completedboolean-Item completion state
labelstring-Section label text
countnumber-Item count display
iconReact.ReactNode-Section icon

Import

import { Queue, QueueItem, QueueItemContent, QueueList, QueueSection } from '@blastx/ui-ai';