The TotalReviewsRating component displays the overall rating and total number of reviews for your project. It's a great way to showcase user satisfaction and build trust with potential users.
The simplest way to use the TotalReviewsRating:
import { TotalReviewsRating } from "feedback-evolution-widget-react";
import "feedback-evolution-widget-react/styles.css";
<TotalReviewsRating
projectId="your-project-id"
/>
Prop | Type | Default | Description |
---|---|---|---|
projectId | string | - | Required. Your project's unique identifier |