svelte-toasty

Svelte Toasty

Easily configurable toast notification component for Svelte

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>
Example of toasts

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes