MDK Logo

Stats

At-a-glance dashboard summary cards for containers, pools, and export actions

Stat widgets are the compact, at-a-glance cards that line the dashboard. They summarize container health, pool configuration, liquid supply, tanks, miner roll-ups, and export controls.

For the persistent app header bar components (HeaderStatsBar, HeaderConsumptionBox, etc.) see Settings › Header controls.

Prerequisites

  • Complete the @tetherto/mdk-react-devkit installation and add the dependency
  • Most widgets expect a container Device record; read each component's own reference page for field shapes
  • In TypeScript, import the type from the foundation barrel: import type { Device } from '@tetherto/mdk-react-devkit/foundation'. Snippet fixtures may be plain objects that satisfy Device without an import

Supported widgets

  • All vendors: MinersSummaryBox, PoolDetailsCard, PoolDetailsPopover, StatsExport, SupplyLiquidBox, TanksBox
  • Bitmain Immersion: BitMainImmersionSummaryBox
  • MicroBT: MicroBTWidgetBox

All stat components

Browse the sidebar for the full, always-up-to-date list — each widget links to its own reference page (description, props, usage, and a runnable example).

On this page