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.
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}
/>
Prop | Type | Default | Description |
---|---|---|---|
projectId | string | - | Required. Your project's unique identifier |
sliderWidth | number | 760 | Optional. Width of the slider in pixels |