https://github.com/oieduardorabelo/react-rcarousel
Simple Carousel component for React
https://github.com/oieduardorabelo/react-rcarousel
Last synced: about 1 month ago
JSON representation
Simple Carousel component for React
- Host: GitHub
- URL: https://github.com/oieduardorabelo/react-rcarousel
- Owner: oieduardorabelo
- Created: 2016-08-28T00:46:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T01:51:36.000Z (over 8 years ago)
- Last Synced: 2025-02-08T12:12:25.364Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RCarousel
Simple Carousel component for React
## Installation
```
$ npm install -D oieduardorabelo/react-rcarousel
```## Example
You can check a real example in `example/` dir
```js
import { RCarouselConnect, RCarousel } from 'react-rcarousel'const HomeCarousel = (props) => (
Slide one
Slide two
Slide three
Previous
Next
)const HomeCarouselConnected = RCarouselConnect(HomeCarousel)
// Render your connected carousel
```## Badges

---
> [eduardorabelo.me](http://eduardorabelo.me) ·
> GitHub [@oieduardorabelo](https://github.com/oieduardorabelo) ·
> Twitter [@oieduardorabelo](https://twitter.com/oieduardorabelo)