React Items Carousel
npm install react-cube-image-revealreact-cube-image-reveal
---------------
Installing
------------
```
$ npm install react-cube-image-reveal --save
Example
--------------
`javascript
import React from 'react';
import CubeImageReveal from 'react-cube-image-reveal';
export default class Test extends React.Component {
createSlideItem(number) {
return (
render() {
return (
{this.createSlideItem(1)}
{this.createSlideItem(2)}
{this.createSlideItem(3)}
{this.createSlideItem(4)}
{this.createSlideItem(5)}
{this.createSlideItem(6)}
{this.createSlideItem(7)}
);
}
}
`
Contributing
--------------
To contribute, follow these steps:
- Fork this repo.
- Clone your fork.
- Run npm installnpm start
- Run localhost:3000`
- Goto
- Add your patch then push to your fork and submit a pull request
License
---------
MIT