All components
RatingHistogram
Five-row star histogram for review summaries.
components/rating-histogram.tsxPeer deps:
lucide-reactLive preview
5
142
4
51
3
12
2
4
1
4
Usage
import { RatingHistogram } from "@/components/rating-histogram";
<RatingHistogram
counts={{ 1: c1, 2: c2, 3: c3, 4: c4, 5: c5 }}
total={total}
/>