Toasts
<Story name="With Knobs" knobs={{message: 'Hello world', duration: 3000}} let:knobs={{message, duration}}>
<Button onclick={() => toast(message, duration)}>Toast
{#await import('$lib/ui/Toasts.svelte') then { default: Toasts }}
<Story name="With Knobs" knobs={{message: 'Hello world', duration: 3000}} let:knobs={{message, duration}}>
<Button onclick={() => toast(message, duration)}>Toast
{#await import('$lib/ui/Toasts.svelte') then { default: Toasts }}