import { SectionHeading } from "@/components/ui/section-heading" import { DashboardStatsBlock } from "@/components/blocks/dashboard-stats-block" import { ComponentContainer } from "@/components/ui/component-container" export function DashboardStatsSection() { return (

Usage Guidelines

  • Key Metrics: Use dashboard stats to highlight the most important metrics that users need to monitor.
  • Visual Hierarchy: Arrange stats in order of importance, with the most critical metrics positioned first.
  • Context: Include trend indicators or comparisons to provide context for the numbers.
  • Clarity: Use clear, concise labels and appropriate formatting for numbers (e.g., currency symbols, abbreviations for large numbers).
  • Responsiveness: Ensure stats display well on all device sizes, adjusting the grid layout as needed.
  • Consistency: Maintain consistent styling across all stat cards for a cohesive dashboard experience.
  • Accessibility: Ensure all information is accessible, including proper contrast and text alternatives.
  • Interactivity: Consider adding hover states or click actions to provide additional information or navigation.
) }