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
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "Capsules" | "List" | "Capsules" | Task row presentation. |
| demo | boolean | false | Plays the staged task lifecycle. |
| onTaskToggle | (taskKey: string, expanded: boolean) => void | — | Reports task disclosure changes. |
| onStatusChange | (taskKey: string, status: TaskRowStatus) => void | — | Reports task lifecycle changes. |