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