@reactbytes/stacked-carousel
v1.0.0
Published
A premium, modular React component from the **React Bytes** collection. Built with React and TypeScript.
Readme
Stacked Carousel
A premium, modular React component from the React Bytes collection. Built with React and TypeScript.
Installation
npm install @reactbytes/stacked-carouselUsage
import { StackedCarousel } from "@reactbytes/stacked-carousel";
export default function Example() {
return (
<StackedCarousel />
);
}Properties
| Prop | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| autoRotateInterval | number | 5000 | Time in milliseconds between automatic card rotations. |
| showPagination | boolean | true | Whether to show the pagination dots at the bottom. |
Presets
This component includes the following design presets:
- Standard (Default) (
default) - Fast Pace (
fast) - Dramatic (
dramatic) - Minimalist (
minimal) - Manual Only (
manual)
Credits & Inspiration
Project Author
- ChandruMIT-o - Creator & Lead Designer
For interactive playgrounds, customizable controls, and code copy-pasting, visit the full showcase page at React Bytes - Stacked Carousel.
