The ReviewCardsSlider component allows you to showcase user feedback and reviews in an interactive slider format. It automatically fetches and displays reviews from your project when their status is active. To update the status of a review, you can do so through your dashboard via the "Add to Display" button.
The simplest way to use the ReviewCardsSlider:
import { ReviewCardsSlider } from "feedback-evolution-widget-react";
import "feedback-evolution-widget-react/styles.css";
<ReviewCardsSlider
projectId="your-project-id"
sliderWidth={700}
/>
Prop | Type | Default | Description |
---|---|---|---|
projectId | string | - | Required. Your project's unique identifier |
sliderWidth | number | 700 | Optional. Width of the slider in pixels |