A react component that adds motion through animation to the react-bootstrap toast component.
npm install --save react-motion-toast
import React, { Component } from 'react'
import MyComponent from 'react-motion-toast'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © ronniegeraghty