1.0.4 • Published 5 years ago

react-notifications-toast v1.0.4

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

react-notifications-toast

NPM JavaScript Style Guide

Install

npm install react-notifications-toast

Usage

import React from 'react'

import NotificationsToast from 'react-notifications-toast'

class Example extends React.Component {
  render () {
    return (
      <NotificationsToast message="Hello world" type="error" positionFrom="right" />
    )
  }
}

License

MIT © irekrog

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago