react-carousel-motion
v1.0.3
Published
Carousel with react-motion and flexbox
Downloads
11
Readme
react-carousel-motion
Carousel with react-motion and flexbox
Install
npm install --save react-carousel-motion
Usage
import React, { Component } from 'react'
import MyComponent from 'react-carousel-motion'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © apttap