Task Card
One delegated task with state, timing, assigned agent, and returned result.
Loading component preview…
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/task-card.jsonAPI reference
Task Card
| Prop | Type | Default | Description |
|---|---|---|---|
status | complete | queued | running | — | Communicates the delegated task lifecycle. |
result | string | — | Displays the returned task summary. |
onOpen | () => void | — | Opens the full task transcript. |