Aggregate score on top with a five-row histogram underneath where each bar reflects the share of reviews at that star level.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Socialproof8 } from "@/components/beste/piece/socialproof8";
<Socialproof8
platform="Trustpilot"
score={4.8}
total="2,341 reviews"
distribution={[
82,
12,
3,
1,
2
]}
/>