Toast

screenshot of Toast

A JavaScript free toast library for Blazor and Razor Component applications

Overview:

Blazored Toast is a JavaScript-free toast implementation for Blazor and Razor Components applications. It allows users to display toast notifications in their applications. Toast notifications are small and non-obtrusive messages that provide information or alerts to the user.

Features:

  • Support for icons specified by class name (such as FontAwesome) or by a specified element (Material Design)
  • NuGet package for easy installation
  • Easy registration and configuration of toast settings
  • Options to customize the appearance and behavior of toasts, including position, timeout, and more
  • Support for progress bar to indicate time remaining before toast disappears
  • Different methods to display different types of toasts, such as info, success, warning, and error

Summary:

Blazored Toast is a convenient and easy-to-use toast implementation for Blazor and Razor Components applications. It allows users to display toast notifications in their applications without the need for JavaScript. The library provides various features, such as support for icons, easy installation via NuGet, and configuration options to customize the appearance and behavior of toasts. With Blazored Toast, developers can enhance the user experience of their Blazor applications by providing important information or alerts in a non-obtrusive manner.