Branch

Goal card

Savings goal summary with optional progress and automation badges. Implemented in packages/grove/src/branches/GoalCard.tsx.


Preview

import { GoalCard } from '@twig/grove'

<GoalCard
  name="Holiday"
  saved={1200}
  target={3000}
  color="var(--surface-active-stronger)"
  autoSave
  roundups
/>