Components

1 components available

'use client'
import { useState } from 'react'

const METRICS = [
  { label: 'Steps', value: 8432, goal: 10000, unit: 'steps', color: '#22c55e', icon: '👟' },
  { label: 'Calories', value: 1840, goal: 2200, unit: 'kcal', color: '#f59e0b', icon: '🔥' },
  { label: 'Water', value: 1.8, goal: 2.5, unit: 'L', color: '#3b82f6', icon: '💧' },
  { label: '
HealthDashboard
HealthDashboard
Health
react