kyz-toast
v0.2.2
Published
Animated toast message component for React
Downloads
18
Maintainers
Readme
kyz-toast
Animated toast message component for React
Custom toast
You can display custom styled toasts, here's an example and a list of options that are available for customization:
const customToast = () =>
toast('Morning! Have a good day.', {
backgroundColor: '#8329C5',
color: '#ffffff',
})