0.2.2 • Published 12 months ago
kyz-toast v0.2.2
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',
})