Review Distribution

Aggregate score on top with a five-row histogram underneath where each bar reflects the share of reviews at that star level.

4.8/ 5
Trustpilot
2,341 reviews
5
82%
4
12%
3
3%
2
1%
1
2%

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

Import & use
import { Socialproof8 } from "@/components/beste/piece/socialproof8";

<Socialproof8
  platform="Trustpilot"
  score={4.8}
  total="2,341 reviews"
  distribution={[
    82,
    12,
    3,
    1,
    2
  ]}
/>