Stat

Metric display with title/value/subtitle.

Example

//
// ScriptWidget
// https://xnu.app/scriptwidget
//
// component: stat
//

$render(
  <hstack frame="max" padding="12" spacing="16">
    <stat title="Downloads" value="12.4k" subtitle="Today" color="#0f172a" />
    <stat title="Streak" value="18" subtitle="Days" color="#22c55e" />
  </hstack>
);