Five stacked rows mapping 5–1 stars to amber fill bars and the percentage for each tier.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Progress13 } from "@/components/beste/piece/progress13";
<Progress13
distribution={[
68,
22,
6,
3,
1
]}
/>