mzohaibqc / svelte-toasts

A highly configurable notification/toast component with individual toast state management capabilities.
https://mzohaibqc.github.io/svelte-toasts/
MIT License
42 stars 6 forks source link

line break #12

Open dilmaev opened 9 months ago

dilmaev commented 9 months ago

Hello everyone, please tell me how to make a line break?

toasts.add({ description: Speed: 123Mbit\n\nPing: 123
test\rtest, duration: 0, placement: 'bottom-right', type: 'success', // showProgress: true, theme: 'dark', })

not working

cosminmm commented 7 months ago

👍