Syncfusion.Blazor.Notifications 33.1.46

Syncfusion® Blazor Notification Components

A comprehensive suite of Blazor notification and placeholder components for displaying messages, toasts, and loading states. Includes Toast, Message, and Skeleton components.

Supported Components

This package includes the following components:

Blazor Toast Component

The Blazor Toast Component is a small, nonblocking notification pop-up that displays messages to users with readable content.

Key Features:

  • Auto Dismissal: Messages disappear automatically after a configurable timeout period
  • Positioning: Display toasts at customizable positions (top, bottom, corners)
  • Animation Effects: Built-in animation effects for toast appearance and disappearance
  • Multiple Toasts: Display multiple toast notifications simultaneously
  • Custom Icons: Support for custom icons and visual indicators
  • Templates: Rich templates for custom toast content rendering
  • Keyboard Navigation: Full keyboard support for accessibility
  • Action Buttons: Include action buttons within toast notifications

Blazor Toast

Documentation:

Blazor Message Component

The Blazor Message Component is a graphical UI for displaying messages with visual severity levels and contextual information.

Key Features:

  • Severity Levels: Display messages with different severity types (success, error, warning, info)
  • Visual Icons: Built-in icons for different severity levels
  • Closeable Messages: Allow users to dismiss messages
  • Message Variants: Support for different visual variants and styles
  • Custom Templates: Rich templates for custom message content
  • Data Binding: Bind to collections for dynamic message display
  • Responsive Design: Adapt to different screen sizes
  • Accessibility: Full keyboard navigation and ARIA support

Documentation:

Blazor Skeleton Component

The Blazor Skeleton Component is a placeholder that animates a shimmer effect to indicate content is loading.

Key Features:

  • Shimmer Effect: Animated loading state with shimmer animation
  • Multiple Shapes: Support for various skeleton shapes (circle, rectangle, text)
  • Custom Count: Render multiple skeleton placeholders
  • Responsive Layout: Adapt to different screen sizes
  • Performance: Lightweight placeholder for faster page loads
  • Custom Styling: Customize appearance with CSS and themes
  • Template Support: Create custom skeleton layouts
  • Accessibility: Semantic HTML with proper ARIA labels

Blazor Skeleton

Documentation:

System Requirements

  • .NET 8.0 or later (Blazor Web App, Blazor Server, Blazor WebAssembly and Blazor Hybrid)
  • See full requirements: System Requirements.

Installation

.NET CLI

dotnet add package Syncfusion.Blazor.Notifications

NuGet Package Manager

Install-Package Syncfusion.Blazor.Notifications

Add stylesheet and script references

  • For Blazor Server App / Blazor Web App, add these to Components/App.razor or App.razor.
  • For Blazor WebAssembly App: add these to wwwroot/index.html.
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>

Quick Start

Register the Syncfusion® Blazor services in Program.cs:

using Syncfusion.Blazor;

builder.Services.AddSyncfusionBlazor();

Message

<SfMessage>Please read the comments carefully</SfMessage>
<style>
    .e-message {
        width: 300px;
    }
</style>

Skeleton

<SfSkeleton Height="15px" Width="200px"></SfSkeleton><br/>
<SfSkeleton Height="15px" Width="100px"></SfSkeleton>

Toast

<div class="col-lg-12 control-section toast-default-section">
    <SfToast ID="toast_default" @ref="ToastObj" Title="Adaptive Tiles Meeting" Content="@ToastContent" Timeout="5000" Icon="e-meeting">
        <ToastPosition X="@ToastPosition"></ToastPosition>
    </SfToast>
    <div class="col-lg-12 col-sm-12 col-md-12 center">
        <div id="toastBtnDefault" style="margin: auto; text-align: center">
            <button class="e-btn" @onclick="@ShowOnClick">Show Toasts</button>
            <button class="e-btn" @onclick="@HideOnClick">Hide All</button>
        </div>
    </div>
</div>

<style>
    #toast_default .e-meeting::before {
        content: "\e705";
        font-size: 17px;
    }

    .bootstrap4 #toast_default .e-meeting::before {
        content: "\e763";
        font-size: 20px;
    }
</style>

@code {
    private SfToast ToastObj;
    private string ToastPosition = "Right";
    private string ToastContent = "Conference Room 01 / Building 135 10:00 AM-10:30 AM";

    private async Task ShowOnClick()
    {
        await ToastObj.ShowAsync();
    }

    private async Task HideOnClick()
    {
        await ToastObj.HideAsync("All");
    }
}

Support

License

This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA.

About Syncfusion®

Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:

Web: Blazor | ASP.NET Core | ASP.NET MVC | JavaScript | Angular | React | Vue

Mobile: Flutter | MAUI | UWP

Desktop: WinForms | WPF | WinUI

Learn more at www.syncfusion.com.

sales@syncfusion.com | Toll Free: 1-888-9-DOTNET

Showing the top 20 packages that depend on Syncfusion.Blazor.Notifications.

Packages Downloads
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
123
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
123
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
78
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
77
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
65
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
64
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
31
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
31
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
28
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
27
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
17
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
17
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
10
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion Blazor PDF Viewer component and more.
9
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
9
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
9
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
8
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion Blazor PDF Viewer component and more.
8

Version Downloads Last updated
33.1.46 2 04/04/2026
33.1.45 2 03/26/2026
33.1.44 2 03/16/2026
32.2.9 123 03/15/2026
32.2.8 78 03/04/2026
32.2.7 27 02/25/2026
32.2.5 4 02/19/2026
32.2.4 4 02/19/2026
32.2.3 4 02/10/2026
32.1.25 31 01/29/2026
32.1.24 5 01/21/2026
32.1.23 31 01/14/2026
32.1.22 6 01/21/2026
32.1.21 17 12/30/2025
32.1.20 7 01/01/2026
32.1.19 6 12/16/2025
31.2.18 10 12/09/2025
31.2.16 8 12/09/2025
31.2.15 65 12/09/2025
31.2.12 6 12/11/2025
31.2.10 7 12/09/2025
31.2.5 7 12/09/2025
31.2.4 7 12/09/2025
31.2.3 8 12/09/2025
31.2.2 8 12/10/2025
31.1.23 4 12/14/2025
31.1.22 6 12/09/2025
31.1.21 6 12/09/2025
31.1.20 7 12/09/2025
31.1.19 7 12/11/2025
31.1.18 7 12/11/2025
31.1.17 6 12/09/2025
30.2.7 7 12/09/2025
30.2.6 8 12/09/2025
30.2.5 7 12/09/2025
30.2.4 8 12/11/2025
30.1.42 8 12/09/2025
30.1.41 7 12/09/2025
30.1.40 6 12/09/2025
30.1.39 5 12/14/2025
30.1.38 5 12/14/2025
30.1.37 6 12/09/2025
29.2.11 8 12/10/2025
29.2.10 6 12/11/2025
29.2.9 8 12/09/2025
29.2.8 7 12/11/2025
29.2.7 7 12/09/2025
29.2.5 8 12/09/2025
29.2.4 8 12/10/2025
29.1.41 6 12/09/2025
29.1.40 6 12/11/2025
29.1.39 8 12/09/2025
29.1.38 6 12/13/2025
29.1.37 8 12/09/2025
29.1.35 8 12/11/2025
29.1.33 6 12/10/2025
28.2.12 8 12/09/2025
28.2.11 7 12/09/2025
28.2.9 7 12/11/2025
28.2.7 7 12/10/2025
28.2.6 7 12/09/2025
28.2.5 7 12/09/2025
28.2.4 7 12/09/2025
28.2.3 6 12/09/2025
28.1.41 9 12/10/2025
28.1.39 6 12/13/2025
28.1.38 8 12/09/2025
28.1.37 7 12/09/2025
28.1.36 8 12/10/2025
28.1.35 8 12/09/2025
28.1.33 6 12/14/2025
27.2.5 7 12/10/2025
27.2.4 7 12/09/2025
27.2.3 8 12/09/2025
27.2.2 7 12/09/2025
27.1.58 7 12/11/2025
27.1.57 6 12/09/2025
27.1.56 7 12/09/2025
27.1.55 7 12/11/2025
27.1.53 6 12/13/2025
27.1.52 5 12/13/2025
27.1.51 7 12/09/2025
27.1.50 8 12/10/2025
27.1.48 8 12/09/2025
26.2.14 7 12/09/2025
26.2.13 7 12/09/2025
26.2.12 7 12/09/2025
26.2.11 6 12/09/2025
26.2.10 6 12/11/2025
26.2.9 8 12/09/2025
26.2.8 8 12/09/2025
26.2.7 7 12/09/2025
26.2.5 6 12/09/2025
26.2.4 7 12/09/2025
26.1.42 6 12/10/2025
26.1.41 6 12/09/2025
26.1.40 6 12/11/2025
26.1.39 7 12/09/2025
26.1.38 8 12/10/2025
26.1.35 7 12/09/2025
25.2.7 8 12/09/2025
25.2.6 7 12/09/2025
25.2.5 7 12/09/2025
25.2.4 7 12/11/2025
25.2.3 7 12/11/2025
25.1.42 7 12/11/2025
25.1.41 6 12/09/2025
25.1.40 8 12/09/2025
25.1.39 7 12/09/2025
25.1.38 6 12/13/2025
25.1.37 8 12/10/2025
25.1.35 7 12/09/2025
24.2.9 9 12/09/2025
24.2.8 7 12/10/2025
24.2.7 7 12/11/2025
24.2.6 7 12/09/2025
24.2.5 7 12/09/2025
24.2.4 8 12/09/2025
24.2.3 7 12/09/2025
24.1.47 7 12/09/2025
24.1.46 7 12/09/2025
24.1.45 6 12/09/2025
24.1.44 7 12/09/2025
24.1.43 7 12/09/2025
24.1.41 7 12/11/2025
23.2.7 7 12/10/2025
23.2.6 8 12/09/2025
23.2.5 7 12/09/2025
23.2.4 8 12/09/2025
23.1.44 8 12/09/2025
23.1.43 7 12/09/2025
23.1.42 7 12/09/2025
23.1.41 8 12/09/2025
23.1.40 7 12/13/2025
23.1.39 5 12/14/2025
23.1.38 6 12/09/2025
23.1.36 6 12/10/2025
22.2.12 7 12/10/2025
22.2.11 7 12/10/2025
22.2.10 6 12/10/2025
22.2.9 8 12/09/2025
22.2.8 7 12/09/2025
22.2.7 7 12/10/2025
22.2.5 7 12/09/2025
22.1.39 8 12/09/2025
22.1.38 7 12/09/2025
22.1.37 8 12/09/2025
22.1.36 7 12/09/2025
22.1.34 6 12/09/2025
21.2.10 6 12/09/2025
21.2.9 8 12/09/2025
21.2.8 6 12/13/2025
21.2.6 7 12/10/2025
21.2.5 7 12/10/2025
21.2.4 7 12/09/2025
21.2.3 7 12/09/2025
21.1.41 7 12/10/2025
21.1.39 7 12/09/2025
21.1.38 6 12/09/2025
21.1.37 7 12/09/2025
21.1.35 8 12/09/2025
20.4.0.54 6 12/09/2025
20.4.0.53 7 12/09/2025
20.4.0.52 6 12/09/2025
20.4.0.51 8 12/09/2025
20.4.0.50 8 12/09/2025
20.4.0.49 7 12/09/2025
20.4.0.48 8 12/09/2025
20.4.0.44 8 12/10/2025
20.4.0.43 7 12/10/2025
20.4.0.42 8 12/10/2025
20.4.0.41 7 12/09/2025
20.4.0.40 8 12/09/2025
20.4.0.38 7 12/09/2025
20.3.0.61 7 12/09/2025
20.3.0.60 6 12/09/2025
20.3.0.59 8 12/09/2025
20.3.0.58 7 12/09/2025
20.3.0.57 8 12/09/2025
20.3.0.56 7 12/09/2025
20.3.0.52 6 12/10/2025
20.3.0.50 7 12/09/2025
20.3.0.49 8 12/09/2025
20.3.0.48 8 12/09/2025
20.3.0.47 7 12/09/2025
20.2.0.50 9 12/09/2025
20.2.0.49 7 12/09/2025
20.2.0.48 7 12/09/2025
20.2.0.46 8 12/09/2025
20.2.0.45 6 12/09/2025
20.2.0.44 8 12/09/2025
20.2.0.43 7 12/09/2025
20.2.0.40 7 12/09/2025
20.2.0.39 6 12/10/2025
20.2.0.38 8 12/09/2025
20.2.0.36 7 12/10/2025
20.1.0.61 6 12/09/2025
20.1.0.60 7 12/09/2025
20.1.0.59 7 12/09/2025
20.1.0.58 7 12/09/2025
20.1.0.57 6 12/09/2025
20.1.0.56 7 12/09/2025
20.1.0.55 6 12/09/2025
20.1.0.52 7 12/09/2025
20.1.0.51 8 12/09/2025
20.1.0.50 7 12/09/2025
20.1.0.48 7 12/09/2025
20.1.0.47 6 12/09/2025
19.4.0.56 7 12/09/2025
19.4.0.55 8 12/09/2025
19.4.0.54 6 12/09/2025
19.4.0.53 7 12/09/2025
19.4.0.52 7 12/09/2025
19.4.0.50 7 12/09/2025
19.4.0.48 8 12/09/2025
19.4.0.47 7 12/09/2025
19.4.0.43 7 12/09/2025
19.4.0.42 8 12/09/2025
19.4.0.41 7 12/09/2025
19.4.0.40 7 12/09/2025
19.4.0.38 7 12/09/2025
19.3.0.59 7 12/09/2025
19.3.0.57 6 12/09/2025
19.3.0.56 7 12/09/2025
19.3.0.55 7 12/09/2025
19.3.0.54 6 12/09/2025
19.3.0.53 7 12/09/2025
19.3.0.48 7 12/09/2025
19.3.0.47 8 12/09/2025
19.3.0.46 7 12/09/2025
19.3.0.45 7 12/09/2025
19.3.0.44 8 12/09/2025
19.3.0.43 8 12/09/2025
19.2.0.62 7 12/09/2025
19.2.0.60 7 12/09/2025
19.2.0.59 6 12/09/2025
19.2.0.57 7 12/09/2025
19.2.0.56 8 12/09/2025
19.2.0.55 7 12/09/2025
19.2.0.51 8 12/09/2025
19.2.0.49 6 12/09/2025
19.2.0.48 7 12/09/2025
19.2.0.47 7 12/09/2025
19.2.0.46 8 12/09/2025
19.2.0.44 7 12/09/2025
19.1.0.69 7 12/09/2025
19.1.0.67 7 12/09/2025
19.1.0.66 7 12/09/2025
19.1.0.65 8 12/09/2025
19.1.0.64 7 12/09/2025
19.1.0.63 7 12/09/2025
19.1.0.59 8 12/09/2025
19.1.0.58 8 12/09/2025
19.1.0.57 7 12/09/2025
19.1.0.56 7 12/09/2025
19.1.0.55 8 12/09/2025
19.1.0.54 6 12/09/2025
18.4.0.49 7 12/09/2025
18.4.0.48 7 12/09/2025
18.4.0.47 7 12/09/2025
18.4.0.46 7 12/09/2025
18.4.0.44 8 12/10/2025
18.4.0.43 7 12/09/2025
18.4.0.42 8 12/09/2025
18.4.0.41 7 12/09/2025
18.4.0.39 7 12/09/2025
18.4.0.35 8 12/09/2025
18.4.0.34 5 12/09/2025
18.4.0.33 6 12/09/2025
18.4.0.32 7 12/09/2025
18.4.0.31 7 12/09/2025
18.4.0.30 7 12/09/2025