Loading...
Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
category | string | "Activity" | Category of the tracker |
title | string | "Today's Progress" | Title of the tracker card |
metrics | Metric[] | - | Array of metric objects with progress values |
dailyGoals | Goal[] | - | Array of daily goals |
onAddGoal | function | - | Callback function to add new goals |
onToggleGoal | function | - | Callback function to toggle goal completion |
onViewDetails | function | - | Callback function to view detailed activity |