2.4.4 • Published 4 months ago

svoast v2.4.4

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

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.

2.4.4

4 months ago

2.4.3

4 months ago

2.4.1

4 months ago

2.4.0

4 months ago

2.4.2

4 months ago

2.3.0

9 months ago

2.2.1

11 months ago

2.2.0

12 months ago

2.1.3

12 months ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.2

1 year ago