# react-slider **Repository Path**: mirrors_mdbootstrap/react-slider ## Basic Information - **Project Name**: react-slider - **Description**: Responsive React Sliders built with Bootstrap 5. Range slider bar with label or a carousel image slider? No matter what you are looking for, we've got you covered. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Responsive React Sliders built with Bootstrap 5. Range slider bar with label or a carousel image slider? No matter what you are looking for, we've got you covered. Check out [React Bootstrap Slider Documentation](https://mdbootstrap.com/docs/react/extended/slider/) for detailed instructions & even more examples. > :warning: **Important!**:The term "Bootstrap Slider" is currently very ambiguous. There are two distinct components, that are both colloquially referred to as "Slider" by some developers. We created this page to help you find the proper component that you are looking for. You will find more examples of each one in the main documentation pages that are linked below. ## Range Slider If you were looking for something that looks like the "slider" below, check out the [Range Slider](https://mdbootstrap.com/docs/react/forms/range/) documentation, for more examples & customization options for this component. ![React Bootstrap Slider](https://mdbootstrap.com/img/Marketing/github/slider/basic.png) ```js import React from "react"; import { MDBRange } from "mdb-react-ui-kit"; export default function App() { return ( ); } ``` ## Carousel Slider If you were looking for something that looks like the "slider" below, check out the [Carousel Slider](https://mdbootstrap.com/docs/react/components/carousel/) documentation, for more examples & customization options for this component. ![React Bootstrap Slider](https://mdbootstrap.com/img/Marketing/github/slider/basic2.png) ```js import React from "react"; import { MDBCarousel, MDBCarouselItem } from "mdb-react-ui-kit"; export default function CarouselSlider() { return (
First slide label

Nulla vitae elit libero, a pharetra augue mollis interdum.

Second slide label

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Third slide label

Praesent commodo cursus magna, vel scelerisque nisl consectetur.

); } ``` ## How to use? 1. Download MDB React - free UI KIT 2. Choose your favourite customized component and click on the image 3. Copy & paste the code into your MDB project [▶️ Subscribe to YouTube channel for web development tutorials & resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1) ___ ## More extended Bootstrap documentation