# svelte-sileo > An opinionated Svelte 5 toast library with gooey SVG morphing, spring-driven motion, promise flows, inline actions, and custom Svelte component content. Install with `npm install svelte-sileo`. Render one `` near the application root, then use the `sileo` API to display and manage notifications. By default, a new toast replaces the current one. Enable `multiple` to stack toasts, or provide a stable `id` to update a toast in place. ## Documentation - [Website](https://svelte-sileo.alexisgvrcia.dev/): Product overview and interactive examples. - [README](https://raw.githubusercontent.com/alexisgvrcia/svelte-sileo/main/README.md): Installation, quick start, API reference, options, styling, and usage examples. - [LLM guide](https://raw.githubusercontent.com/alexisgvrcia/svelte-sileo/main/LLM.md): Concise API reference and guidance for generating code with svelte-sileo. - [npm package](https://www.npmjs.com/package/svelte-sileo): Published package, versions, and installation details. ## Source - [Repository](https://github.com/alexisgvrcia/svelte-sileo): Source code, issues, and release history.