svelte-toasty
v1.1.1
Published
Easily configurable toast notification component for Svelte
Downloads
123
Maintainers
Readme
svelte-toasty
Easily configurable toast notification component for Svelte
Table of Contents
About
Check out the demo here (source)
Install
This project uses node and npm.
$ npm install svelte-toasty
$ # OR
$ yarn add svelte-toasty
Usage
<script>
import {
ToastContainer,
success
} from "svelte-toasty";
</script>
<button type="button" on:click={() => }>Click me</button>
Contribute
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT