sonner icon indicating copy to clipboard operation
sonner copied to clipboard

An opinionated toast component for React.

Results 151 sonner issues
Sort by recently updated
recently updated
newest added

### 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: ![Screenshot 2024-05-06 at 9 29 47 AM](https://github.com/emilkowalski/sonner/assets/13049130/0e255928-7c88-49bb-91db-440c1c7cb949) ### 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...