Streak Counter

Sunset gradient card with a flame glyph beside a big day count and a longest-streak caption.

27Day streak
Longest: 42 days

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

Import & use
import { Progress10 } from "@/components/beste/piece/progress10";

<Progress10
  streak={27}
  longest={42}
  longestLabel="Longest"
  longestSuffix="days"
  label="Day streak"
  tone="emerald"
/>