You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install --save toastjs-tiny
or
yarn add toastjs-tiny
Basic usage:
@import'toastjs-tiny/dist/styles.css';
interfaceIToast{text: string;autoClose?: number;position?: 'top-center'|'top-right'|'bottom-center'|'bottom-right';onClose?: ()=>{};canClose?: boolean;showProgress?: boolean;pauseOnHover?: boolean;pauseOnFocusLoss?: boolean;type?: 'success'|'error';}newToastjsTiny(options: IToast);newToastjsTiny({text: 'Update new password is successfullyUpdate new password is successfullyUpdate new password is successfullyUpdate new password is successfully',type: 'error',});