Get Started

ProgressCardsSlider Component

The ProgressCardsSlider component displays the progress of implemented feedback and feature requests in an interactive slider format. It helps keep your users informed about how their feedback is being addressed.

Live Demo

Basic Usage

The simplest way to use the ProgressCardsSlider:

import { ProgressCardsSlider } from "feedback-evolution-widget-react";
import "feedback-evolution-widget-react/styles.css";

<ProgressCardsSlider 
  projectId="your-project-id"
  sliderWidth={760}
/>

Props

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

© 2024 Feedback Evolution. All rights reserved.


Privacy Policy
Terms of Service