Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/evandhq/react-simple-carousel
- Owner: evandhq
- License: mit
- Created: 2016-10-22T06:52:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T06:55:13.000Z (about 8 years ago)
- Last Synced: 2024-11-30T02:41:22.913Z (29 days ago)
- Language: JavaScript
- Size: 495 KB
- Stars: 7
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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';
```