Skip to content

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

Notifications You must be signed in to change notification settings

ronniegeraghty/react-motion-toast

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published