Modern SvelteKit rewrite of the original Sileo React toast library.
success, error, warning, info, action, show)sileo.promise(...))top/bottom + left/center/right)npm install
npm run dev
npm run check
npm run build
import { sileo, Toaster } from '$lib';
<Toaster position="top-right" />
<button onclick={() => sileo.success({ title: 'Saved' })}>Test</button>