react-notifications-toast
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-notifications-toast

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

51 kB

Total Files

13

Last publish

Collaborators

  • irekrog