Hydration Fill

Bottle-shaped container that fills sky with gradient water, paired with current versus goal liters.

Hydration
1.8 L/ 2.5 L
72% of daily goal

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Health19 } from "@/components/beste/piece/health19";

<Health19
  label="Hydration"
  current="1.8 L"
  goal="2.5 L"
  fillPercent={72}
  tone="sky"
/>