Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evandhq/react-simple-carousel

A simple carousel component for building simple responsive sliders.
https://github.com/evandhq/react-simple-carousel

Last synced: 22 days ago
JSON representation

A simple carousel component for building simple responsive sliders.

Awesome Lists containing this project

README

        

# React Simple Carousel

Install using `npm`:

npm install --save react-simple-carousel

Import and get started:

```es6
import Carousel from 'react-simple-carousel';
```