Skip to main content

Types

toastify-react is supports 5 types of toasters.

Usage

toaster.success('This is a success message.');

toaster.loading('This is a loading message.');

toaster.info('This is a info message.');

toaster.warn('This is a warn message.');

toaster.error('This is a error message.');