@jill64/svelte-toast

npm-version npm-license npm-download-month npm-min-size ci.yml website

🍞 Pre-Themed Responsive Toast Notification

▷ Installation
<!-- +layout.svelte -->
<script>
  import { Toaster } from '@jill64/svelte-toast'
</script>

<Toaster />
<script>
  import { toast } from '@jill64/svelte-toast'

  const onClick = () => {}
</script>

<button on:click={onClick}>
  
</button>