emilkowalski / sonner

An opinionated toast component for React.
https://sonner.emilkowal.ski
MIT License
8.73k stars 278 forks source link

Can i get the count on the right top of the collapsed toast? #120

Closed NaveenkumarMD closed 1 year ago

NaveenkumarMD commented 1 year ago

I would like to have the number of toasts that are collapsed in top right corner of the collapsed section.Is it supported

emilkowalski commented 1 year ago

What do you mean? Do you want to get the amount of all visible toasts?

emilkowalski commented 1 year ago

Closing for now, feel free to re-open and let me know what your goal is

NaveenkumarMD commented 1 year ago

Yeah the number of toasts available at the moment. Tackled this by having a mutation observer. https://medium.com/@naveen9715568487/how-i-added-counter-to-sonner-a-react-toast-package-a08334694a08. The package is amazing.