@talixo-ds/toasts
v3.0.1
Published
```bash npm install @talixo-ds/toasts ```
Readme
@talixo-ds/toasts
Installation
npm install @talixo-ds/toastsImporting
import { ToastsProvider, toast } from "@talixo-ds/toasts";Usage example
toast.success("This is a success message");
toast.error("This is a error message");
toast.warn("This is a warning message");
toast.info("This is a info message");
<Box width="300px" height="300px">
<ToastsProvider autoClose={false} />
</Box>;