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