0.0.4 • Published 4 years ago

react-toast-mania v0.0.4

Weekly downloads
29
License
MIT
Repository
-
Last release
4 years ago

react-toast-mania

React toast notifications

NPM JavaScript Style Guide

Install

npm install --save react-toast-mania

Usage

import React, { Component } from 'react'

import MyComponent from 'react-toast-mania'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © davidkern13