![]() |
VOOZH | about |
dotnet add package Syncfusion.Blazor.Notifications --version 33.2.13
NuGet\Install-Package Syncfusion.Blazor.Notifications -Version 33.2.13
<PackageReference Include="Syncfusion.Blazor.Notifications" Version="33.2.13" />
<PackageVersion Include="Syncfusion.Blazor.Notifications" Version="33.2.13" />Directory.Packages.props
<PackageReference Include="Syncfusion.Blazor.Notifications" />Project file
paket add Syncfusion.Blazor.Notifications --version 33.2.13
#r "nuget: Syncfusion.Blazor.Notifications, 33.2.13"
#:package Syncfusion.Blazor.Notifications@33.2.13
#addin nuget:?package=Syncfusion.Blazor.Notifications&version=33.2.13Install as a Cake Addin
#tool nuget:?package=Syncfusion.Blazor.Notifications&version=33.2.13Install as a Cake Tool
A comprehensive suite of Blazor notification and placeholder components for displaying messages, toasts, and loading states. Includes Toast, Message, and Skeleton components.
This package includes the following components:
The Blazor Toast component is a small, nonblocking notification pop-up that displays messages to users with readable content.
Key features:
Documentation:
The Blazor Message component is a graphical UI for displaying messages with visual severity levels and contextual information.
Key features:
Documentation:
The Blazor Skeleton component is a placeholder that animates a shimmer effect to indicate content is loading.
Key features:
Documentation:
Components/App.razor or App.razor file.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>
Register the Syncfusion® Blazor services in the Program.cs file.
using Syncfusion.Blazor;
builder.Services.AddSyncfusionBlazor();
<SfMessage>Please read the comments carefully</SfMessage>
<style>
.e-message {
width: 300px;
}
</style>
<SfSkeleton Height="15px" Width="200px"></SfSkeleton><br/>
<SfSkeleton Height="15px" Width="100px"></SfSkeleton>
<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");
}
}
This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA.
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
Desktop: WinForms | WPF | WinUI
Learn more at www.syncfusion.com.
| Toll Free: 1-888-9-DOTNET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on Syncfusion.Blazor.Notifications:
| Package | Downloads |
|---|---|
|
Syncfusion.Blazor.DropDowns
Provides Syncfusion® Blazor dropdown and selection components including AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect controls. Supports data binding, filtering, grouping, cascading, templates, and accessibility features for building robust selection interfaces. |
|
|
Syncfusion.Blazor.PdfViewer
This package provides the functionality to utilize the features of Syncfusion Blazor PDF Viewer component and more. |
|
|
Syncfusion.Blazor.SfPdfViewer
Provides support in the Syncfusion® Blazor PDF Viewer component to load PDF documents, add and edit annotations, and add and edit form fields within the PDF. |
|
|
Syncfusion.Blazor.InteractiveChat
Syncfusion® Blazor Interactive Chat component for building conversational AI interfaces. Supports real-time messaging, user interactions, and integration with AI services. Designed for Blazor Server and Blazor WebAssembly applications. |
|
|
NCPC.Blazor
Set of Blazor components to user within your project |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 33.2.13 | 1,691 | 6/16/2026 |
| 33.2.12 | 6,605 | 6/9/2026 |
| 33.2.10 | 5,835 | 6/2/2026 |
| 33.2.8 | 5,669 | 5/26/2026 |
| 33.2.7 | 7,253 | 5/19/2026 |
| 33.2.6 | 9,458 | 5/12/2026 |
| 33.2.5 | 12,934 | 5/4/2026 |
| 33.2.4 | 10,405 | 4/27/2026 |
| 33.2.3 | 17,438 | 4/21/2026 |
| 33.1.49 | 13,842 | 4/13/2026 |
| 33.1.47 | 13,072 | 4/6/2026 |
| 33.1.46 | 6,689 | 3/30/2026 |
| 33.1.45 | 9,747 | 3/23/2026 |
| 33.1.44 | 20,503 | 3/16/2026 |
| 32.2.9 | 18,326 | 3/9/2026 |
| 32.2.8 | 12,937 | 3/2/2026 |
| 32.2.7 | 18,503 | 2/23/2026 |
| 32.2.5 | 13,034 | 2/16/2026 |
| 32.2.4 | 20,300 | 2/10/2026 |
| 32.2.3 | 20,776 | 2/5/2026 |