User Interface low complexity Shared Component mobile
0
Dependencies
2
Dependents
0
Entities
0
Integrations

Description

Row of stat cards displaying key coordinator KPIs: total activities this month and year-to-date, hours of peer mentor support delivered, reimbursement amounts pending approval, and active vs paused peer mentor counts. Each card is tappable for drill-down navigation.

Feature: Coordinator Statistics Dashboard

stats-summary-cards

Responsibilities

  • Render KPI value with label and trend indicator
  • Handle loading and error states per card
  • Emit tap events for drill-down navigation

Interfaces

StatsCard({required String label, required String value, String? subtitle, VoidCallback? onTap})
StatsCardRow({required List<StatsCard> cards})
showLoadingSkeleton()
showErrorState(String message)

Relationships

Dependents (2)

Components that depend on this component