/react-motion-toast

A react component that adds motion through animation to the react-bootstrap toast component.

Primary LanguageJavaScript

react-motion-toast

A react component that adds motion through animation to the react-bootstrap toast component.

NPM JavaScript Style Guide npm

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