Varuna3 / Grapevine

1 stars 1 forks source link

add toastify library, configure container #91

Closed Varuna3 closed 1 year ago

Varuna3 commented 1 year ago

style for toast goes as follow:

toast.error('Message goes here', {
     style: { background: 'Color goes here' },
})

OR

toast.success('Message goes here', {
     style: { background: 'Color goes here' },
})

OR

toast.info('Message goes here', {
     style: { background: 'Color goes here' },
})