4.1.1 • Published 5 years ago
react-bootstrap-carousel v4.1.1
react-bootstrap-carousel
This project support carousel components built with React.
Install
npm i --save react-bootstrap-carouselGetting Started
import ReactBootstrapCarousel from "react-bootstrap-carousel";
import "bootstrap/dist/css/bootstrap.css";
import "react-bootstrap-carousel/dist/react-bootstrap-carousel.css";Bootstrap@3.3.7 demo
Bootstrap@4.3 demo
Properties
| Props | Type | Description | Default |
|---|---|---|---|
| version | number | Bootstrap version 3 | version 4 | 3 |
| defaultActiveIndex | number | 0 | |
| slideshowSpeed | number | The amount of time to delay between automatically cycling an item | 7000 |
| animation | boolean | whether to show animation | true |
| autoplay | boolean | Whether to scroll automatically | true |
| wrap | boolean | Whether the carousel should cycle continuously or have hard stops | true |
| indicators | boolean | Whether to show the dots at the bottom of the gallery | true |
| leftIcon | ReactNode | - | |
| rightIcon | ReactNode | - | |
| onSelect | function(value: number ) | Callback function called after the current index changes | - |
| className | string | carousel-fade | "" | - |
| pauseOnVisibility | boolean | Stop autoplay when visibilitychange | false |
Methods
| Name | Description |
|---|---|
| slidePrev | Change current slide to previous slide |
| slideNext | Change current slide to next slide |
| goToSlide | Change current slide to given slide number |
4.1.1
5 years ago
4.1.0
5 years ago
4.0.7
5 years ago
4.0.6
6 years ago
4.0.5
6 years ago
4.0.4
6 years ago
4.0.3
6 years ago
4.0.2
6 years ago
4.0.1
6 years ago
4.0.0
6 years ago
3.4.2
6 years ago
3.4.1
7 years ago
3.4.0
7 years ago
3.3.0
7 years ago
3.2.1
7 years ago
3.2.0
7 years ago
3.1.0
7 years ago
3.0.3
8 years ago
3.0.2
8 years ago
3.0.1
8 years ago
3.0.0
8 years ago
2.3.0
8 years ago
2.2.2
8 years ago
2.2.1
8 years ago
2.2.0
8 years ago
2.1.0
8 years ago
2.0.2
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago