Waiting for action
Open a sub-component to view its docs and settings.
Copy this complete component into a page file. Edit and run it in the Playground.
Loading editor…
Upcoming tasks list for dashboard CRM views with checkbox rows, subtitles, and due times.
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | "Upcoming Tasks" | Widget heading. |
tasks | UpcomingTaskItem[] | — | Task title, subtitle, time, and optional completed. |
checkboxSize | "sm" | "md" | "lg" | "md" | Checkbox control size. |
footerLabel | string | "View all tasks" | Footer link label. |
onFooterClick | () => void | — | Called when the footer link is clicked. |
onTaskClick | (task) => void | — | Called when a task row is clicked. |
onTaskCompleteChange | (task, completed) => void | — | Called when a task checkbox is toggled. |
footerHref | string | — | Optional href; when set, renders a link instead of the callback button. |