React library to flip content with 3D animation
npm install --save react-flipimport React, { Component } from 'react'
import MyComponent from 'react-flip'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}MIT © gautamgahlawat