solid-toast
solid-toast copied to clipboard
Customizable Toast Notifications for SolidJS
Example: ``` ``` Changes of darkMode only get applied to new toasts, but not pre-existing ones. Is there a way to pass reactivity inside a toast?
How can I set up a maximum limit for the number of toasts that can show up on screen at a time?
Define Icons by Toast Type: You can now provide custom icons for specific toast types directly through the toast options. This allows for more granular control over the appearance of...
The Toaster class creates a `` element in its JSX, which is skipped (and reported) if CSP is enabled for the page. The style element introduces just some simple rules,...