JSPM

  • Created
  • Published
  • Downloads 4152
  • Score
    100M100P100Q124142F
  • License MIT

Simple toast popup for React

Package Exports

  • react-simple-toasts

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-simple-toasts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-simple-toasts

Simple toast popup for React

NPM JavaScript Style Guide

Install

npm install --save react-simple-toasts

Usage

import * as React from 'react'

import MyComponent from 'react-simple-toasts'

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

License

MIT © almond-bongbong