Body Composition

Smart-scale readout card with four muted tiles for weight, body fat, muscle mass, and water percent.

Body composition
Weight74.2 kg
Body fat16.8%
Muscle mass38.6 kg
Water58.2%
Smart scale · this morning

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

Import & use
import { Fitness5 } from "@/components/beste/piece/fitness5";

<Fitness5
  weight="74.2 kg"
  bodyFat="16.8%"
  muscle="38.6 kg"
  waterPct="58.2%"
  measuredAt="Smart scale · this morning"
  label="Body composition"
  tone="emerald"
/>