Easily configurable toast notification component for Svelte
Check out the demo here (source)
This project uses node and npm.
$ npm install svelte-toasty
$ # OR
$ yarn add svelte-toasty
<script>
import {
ToastContainer,
success
} from "svelte-toasty";
</script>
<button type="button" on:click={() => }>Click me</button>
git checkout -b my-new-feature
git commit -am "Add some feature"
git push origin my-new-feature
MIT