Widgets / Reviews Summary

Reviews Summary

A compact star-rating aggregate with per-rating breakdown. Drops into product pages, listing previews, and marketing components wherever sentiment beats individual comments.

Tenant · demourlId · demo-ratings
reviews-summary.tsx
import { FastCommentsReviewsSummaryWidget } from 'fastcomments-react';

export default function ReviewsSummary() {
  return <FastCommentsReviewsSummaryWidget tenantId="demo" urlId="demo-ratings" />;
}