react-notifications-toast
v1.0.4
Published
>
Readme
react-notifications-toast
Install
npm install react-notifications-toastUsage
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
