Rating Distribution

Five stacked rows mapping 5–1 stars to amber fill bars and the percentage for each tier.

5
68%
4
22%
3
6%
2
3%
1
1%

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

Import & use
import { Progress13 } from "@/components/beste/piece/progress13";

<Progress13
  distribution={[
    68,
    22,
    6,
    3,
    1
  ]}
/>