neo-toast
v1.0.1
Published
Highly customizable, Beautiful Toasters for React. only ~2kb file size
Downloads
1
Readme
neo-toast
Highly customizable, Beautiful Toasters for React. only ~2kbb file size
Install
npm install --save neo-toast
Usage
import React from 'react'
import Toast from 'neo-toast'
const Toaster = ()=> (
<button onClick={()=>Toast({
position: 'topLeft',
type: 'success',
text: 'created successfully'
})}>Toast success top left</button>
)
License
MIT © olaysco