Get Started

ReviewCardsSlider Component

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.

Live Demo

Basic Usage

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}
/>

Props

PropTypeDefaultDescription
projectIdstring-Required. Your project's unique identifier
sliderWidthnumber700Optional. Width of the slider in pixels

© 2024 Feedback Evolution. All rights reserved.


Privacy Policy
Terms of Service