Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Gibbu/svoast

A simple toast component for Svelte.
https://github.com/Gibbu/svoast

component svelte toast

Last synced: about 1 month ago
JSON representation

A simple toast component for Svelte.

Awesome Lists containing this project

README

        




A simple toast component for Svelte.

---

## Usage

```svelte

import { Toasts } from 'svoast';

```

```svelte

import { toast } from 'svoast';

const save = () => {
toast.success('Successfully update your profile.');
};

Save Changes
```

## Docs

View more information at: https://svoast.vercel.app


## Changelog

You can view all the changes at https://svoast.vercel.app/changelog


## Licence

See the [LICENSE](https://github.com/Gibbu/svoast/blob/main/LICENSE) file for license rights and limitations (MIT).


## Credits

SVoast logo made by [Bruce Wayyn](https://github.com/brucewayyn).