react-motion-toast

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

Usage no npm install needed!

<script type="module">
  import reactMotionToast from 'https://cdn.skypack.dev/react-motion-toast';
</script>

README

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