Todo List
A live agent plan with completion counts, task states, and expandable detail.
Research registry patterns
Define design tokens
Author the component API
- Pending
Verify keyboard interactions
- Pending
Review responsive layouts
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/todo-list.jsonAPI reference
Todo List
| Prop | Type | Default | Description |
|---|---|---|---|
items | AgentTodoItem[] | — | Provides pending, running, and completed tasks. |
title | string | Plan | Names the task collection. |