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

https://github.com/nabaraj/react-carousel-library

Carousel component using reactjs
https://github.com/nabaraj/react-carousel-library

carousel carousel-component es6-javascript html5 javascript npm-package reactjs sass webpack

Last synced: 3 months ago
JSON representation

Carousel component using reactjs

Awesome Lists containing this project

README

        

# React Carousel Component

[![GitHub issues](https://img.shields.io/github/issues/nabaraj/react-carousel-library)](https://github.com/nabaraj/react-carousel-library/issues)[![GitHub forks](https://img.shields.io/github/forks/nabaraj/react-carousel-library)](https://github.com/nabaraj/react-carousel-library/network)[![GitHub stars](https://img.shields.io/github/stars/nabaraj/react-carousel-library)](https://github.com/nabaraj/react-carousel-library/stargazers)[![GitHub license](https://img.shields.io/github/license/nabaraj/react-carousel-library)](https://github.com/nabaraj/react-carousel-library/blob/master/LICENSE)

Install React Carousel Component by

```
npm i react-carousel-library
```

Then add carousel like below example.

```




```

This carousel currently have two view options “fullScreen” and “grid”

There are some options to control display and functionality from parent components as props they are :

```
autoScroll={false} (enable disable autoscroll)
showArrowBg={true} enable arrowbox (may be this option we can replace)
sliderType=”grid” (type of slide fullscreen or grid to control the slider)
classes=”” To add class
```
I have written a step by step guideline to write this carousel [here](https://dev.to/nabaraj/build-reactjs-carousel-part1-1gjd)