Toast manager

I won't say it again

Toast manager allows you to manage and display toast notifications in your Svelte application.

Why Use the Toast Manager ?

  • Handles multiple message types simultaneously (info, success, warning, error)
  • Supports persistent messages that remain visible until manually dismissed
  • Messages are grouped and displayed based on priority (high, medium, low)
  • Each message is assigned a unique identifier for tracking and management

Note the following

  • Persistent messages are always displayed at the top, regardless of priority
  • After persistent messages, order is determined strictly by priority, regardless of message type

Usage

svelte
Loading...
Edit Page

Last Updated: -

© 2026 @sierra-95/svelte-scaffold. All rights reserved.