Waiting for action
Copy this complete component into a page file. Edit and run it in the Playground.
Loading editor…
Recent activity feed for dashboard CRM views with icon rows and relative timestamps.
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | "Recent Activity" | Widget heading. |
items | RecentActivityItem[] | — | Activity title, subtitle, icon, tone, and time. |
footerLabel | string | "View all activity" | Footer link label. |
onFooterClick | () => void | — | Called when the footer link is clicked. |
onItemClick | (item) => void | — | Called when an activity row is clicked. |
footerHref | string | — | Optional href; when set, renders a link instead of the callback button. |