Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gibbu/svoast
A simple toast component for Svelte.
https://github.com/gibbu/svoast
component svelte toast
Last synced: 1 day ago
JSON representation
A simple toast component for Svelte.
- Host: GitHub
- URL: https://github.com/gibbu/svoast
- Owner: Gibbu
- License: mit
- Created: 2023-02-16T13:51:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T09:53:35.000Z (10 months ago)
- Last Synced: 2024-04-26T04:21:33.146Z (7 months ago)
- Topics: component, svelte, toast
- Language: Svelte
- Homepage: https://svoast.vercel.app
- Size: 235 KB
- Stars: 62
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).