sonner
sonner copied to clipboard
An opinionated toast component for React.
### Describe the feature 📝: How to add description to a promise success or error.
Hi We are using this package and wanted to know if we have the components on Figma.
I would like your insight on a use case, I'm using NextJS with RSC and I would like to display a message to a user arriving on the website only...
toast.getHistory() will give the list the toast rendered closes #176
### Describe the feature / bug 📝: I have a project where i use sonner in a web extension, but recently I moved the rendering to the shadow dom. Then...
### Describe the feature / bug 📝: I'd like to opt into the "richColors" styles on a per-toast basis. It would be great if I could pass that option to...
### Issue: Closes #414 ### What has been done: allows individual toasts to opt into richColor styling ### Screenshots/Videos: N/A
### Describe the feature / bug 📝: There are no styles applied to the close button in dark mode:  ### Steps to reproduce...
### Issue: Closes https://github.com/emilkowalski/sonner/issues/395 ### What has been done: - Added support for older Safari versions which doesn't have the `addEventListener` method. I didn't add a test but you can...
Example: ```ts toast.success('Success', { description: `View Google`, }) ``` The link is rendering correctly and is detected by Chrome, but it isn't clickable. I assume some wrapper is preventing event...