Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lili21/svelte-toast

simple toast .
https://github.com/lili21/svelte-toast

Last synced: about 1 month ago
JSON representation

simple toast .

Awesome Lists containing this project

README

        

# svelte-toast
> a simple toast written by svelte

### Demo

[svelte-toast.surge.sh](https://svelte-toast.surge.sh/)

### Installation

```
yarn add svelte-toast
```

### Usage

```
import Toast from 'svelte-toast'

const toast = new Toast([opts])
toast.show('Hello Svelte'[, opts])
toast.info('Hello Svelte'[, opts])
toast.success('Hello Svelte'[, opts])
toast.error('Hello Svelte'[, opts])
```

### Options

option | description | values | default
------------ | ----------- | ------- | -------
position | position of toast | 'top-left', 'top-center', 'top-right', 'bottom-left', 'bottom-center', 'bottom-right' | 'bottom-center'
duration | display time of toast | in millisecond | 2000
borderRadius | border radius styling | in pixels | 0

### Lisence

MIT