simple-react-toast
v1.0.3
Published
Simple react toaster to notify or alert something in bottom of your page.
Downloads
3
Maintainers
Readme
React Simple Toast
Simple react toaster for react.
Usage:
import Toaster from 'react-simple-toast'
.
.
.
render(){
return(
<Toaster message="Hello world" />
)
}
.
.
Thanks for using it.