Syncfusion.Blazor.Notifications 33.2.3

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:

Add stylesheet and script references

  • For Blazor Server App / Blazor Web App, add these to Components/App.razor or App.razor file.
  • For Blazor WebAssembly App, add these to wwwroot/index.html file.
<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 the Program.cs file.

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.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
216
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
212
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
84
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
83
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
76
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
75
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
35
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
35
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
32
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.
21
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
21
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
14
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion Blazor PDF Viewer component and more.
13
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
13
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
13
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
12
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion Blazor PDF Viewer component and more.
12

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