wobsoriano / svelte-sonner

An opinionated toast component for Svelte. A port of @emilkowalski's sonner.
https://svelte-sonner.vercel.app
MIT License
718 stars 23 forks source link

loadingIcon prop in Toaster #93

Closed Carlos-err406 closed 6 months ago

Carlos-err406 commented 6 months ago

Describe the feature

the original sonner Toaster api have the possibiliy to use a custom loader icon/component when using toast.loading

Carlos-err406 commented 6 months ago

ok i just saw the toaster source code of svelte-sonner seems to be possible to use the slot loading-icon

so its just a documentation issue

Carlos-err406 commented 6 months ago

im closing this since is actually on the readme, but not in the page