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 › Header items.

Prerequisites

  • Complete the @tetherto/mdk-react-devkit installation and add the dependency
  • Most widgets expect a container Device record; read the individual Props sections 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

Widget groups

  • Generic widgets: vendor-agnostic summary cards for containers, pool details, and data export
  • Bitmain: summary widget for Bitmain Immersion containers
  • MicroBT: summary widget for MicroBT containers

All stat components

ComponentDescription
TanksBoxImmersion tank status display
SupplyLiquidBoxCooling liquid supply monitoring
MinersSummaryBoxContainer miner summary widget
PoolDetailsCardMining pool configuration display
PoolDetailsPopoverPool info in hover popover
StatsExportExport statistics to CSV/Excel
ComponentDescription
BitMainImmersionSummaryBoxBitmain immersion pumps and liquid temps
ComponentDescription
MicroBTWidgetBoxMicroBT cycle pump and cooling fan widget

On this page