TaskRows

Live agent task status for running, failed, and completed work.

Installation

Preview

Source

Adapted from slev12397/beautiful-ui under the MIT License. Commercial icons were replaced and demo analytics were removed; attribution remains bundled with the component foundation.

API Reference

PropTypeDefaultDescription
variant"Capsules" | "List""Capsules"Task row presentation.
demobooleanfalsePlays the staged task lifecycle.
onTaskToggle(taskKey: string, expanded: boolean) => voidReports task disclosure changes.
onStatusChange(taskKey: string, status: TaskRowStatus) => voidReports task lifecycle changes.