Introduction

Use search to jump between sections.

Svileo is an opinionated, physics-based toast library for Svelte 5. It’s inspired by React’s Sileo, but keeps a minimal, Svelte-friendly API.

What you get

  • Multiple toast states: success, error, warning, info, action, loading.
  • Promise-powered toasts for async flows.
  • Dismiss and clear utilities.
  • Custom icons and per-toast style overrides.

Why it feels smooth

The animations are designed to feel “physical” without configuration overload. Most apps only need the default `svileo.success(...)` / `svileo.error(...)` calls.