svelte-toasty

1.1.1 • Public • Published

svelte-toasty

package version package downloads standard-readme compliant package license make a pull request

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

Dependencies (0)

    Dev Dependencies (9)

    Package Sidebar

    Install

    npm i svelte-toasty

    Weekly Downloads

    19

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    76.6 kB

    Total Files

    7

    Last publish

    Collaborators

    • tiaanduplessis