Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdbootstrap/react-slider

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.
https://github.com/mdbootstrap/react-slider

bootstrap bootstrap-template bootstrap-theme bootstrap5 css html jsx react react-bootstrap react-slider

Last synced: 2 days ago
JSON representation

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.

Awesome Lists containing this project

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