svoast
v3.0.3
Published
<p align="center"> <img width="300px" src="https://user-images.githubusercontent.com/122556307/221425114-757c3e73-3b0a-4df8-a5df-4475a7277124.svg" /> </p>
Downloads
2,643
Readme
Usage
<!-- routes/+layout.svelte -->
<script>
import { Toasts } from 'svoast';
</script>
<Toasts />
<!-- routes/settings/+page.svelte -->
<script>
import { toast } from 'svoast';
const save = () => {
toast.success('Successfully update your profile.');
};
</script>
<button on:click={save}>Save Changes</button>
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 file for license rights and limitations (MIT).
Credits
SVoast logo made by Bruce Wayyn.