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…
Top performing people leaderboard with avatars, gradient performance bars, and values.
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | "Top Performing People" | Widget heading. |
users | TopPerformingUserItem[] | — | Person name, value, and display value. |
footerLabel | string | "View full report" | Footer link label. |
onFooterClick | () => void | — | Called when the footer link is clicked. |
onPersonClick | (person) => void | — | Called when a person row is clicked. |
footerHref | string | — | Optional href; when set, renders a link instead of the callback button. |