bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 183 forks source link

Toast notification #337

Open shaozi opened 3 years ago

shaozi commented 3 years ago

Not sure if this should be a feature request or is out of scope. Can sveltestrap have notification capability with its Toast component?

bestguy commented 3 years ago

Hi @shaozi, what do you mean exactly by this functionality?

shaozi commented 3 years ago

I mean the something like this: https://github.com/keenethics/svelte-notifications or this: https://github.com/beyonk-adventures/svelte-notifications

bestguy commented 3 years ago

Hi @shaozi , yeah that sounds useful, happy to take a look or PR is welcome.

shaozi commented 3 years ago

@bestguy I don't know how to convert such a thing into a library. But I created a demo with Toast. Please take a look at this repo: https://github.com/shaozi/sveltestrap-notification

bestguy commented 3 years ago

Great thank you, will do!