Arcadia.Notifications
1.0.0-beta.22
This is a prerelease version of Arcadia.Notifications.
dotnet add package Arcadia.Notifications --version 1.0.0-beta.22
NuGet\Install-Package Arcadia.Notifications -Version 1.0.0-beta.22
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Arcadia.Notifications" Version="1.0.0-beta.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Arcadia.Notifications" Version="1.0.0-beta.22" />
<PackageReference Include="Arcadia.Notifications" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Arcadia.Notifications --version 1.0.0-beta.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Arcadia.Notifications, 1.0.0-beta.22"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Arcadia.Notifications@1.0.0-beta.22
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Arcadia.Notifications&version=1.0.0-beta.22&prerelease
#tool nuget:?package=Arcadia.Notifications&version=1.0.0-beta.22&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<p align="center"> <strong>Arcadia.Notifications</strong><br> <em>Toast notifications for Blazor — fire and forget</em> </p>
Quick Start
dotnet add package Arcadia.Notifications
// Program.cs
builder.Services.AddScoped<ToastService>();
<link href="_content/Arcadia.Notifications/css/arcadia-notifications.css" rel="stylesheet" />
<ArcadiaToastContainer Position="ToastPosition.TopRight" />
Then anywhere in your app:
@inject ToastService Toast
Toast.ShowSuccess("Saved!");
Toast.ShowError("Something went wrong.");
Toast.ShowWarning("Check your input.");
Toast.ShowInfo("New update available.");
Features
- 4 severity levels — Success, Error, Warning, Info with distinct colors
- Auto-dismiss — configurable duration, or persist until clicked
- Stacking — multiple toasts stack vertically with smooth animations
- Positioning — TopRight, TopLeft, BottomRight, BottomLeft, TopCenter, BottomCenter
- Custom titles —
Toast.ShowSuccess("Saved!", "Changes Applied") - Dismiss all —
Toast.DismissAll()
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Arcadia.Core (>= 1.0.0-beta.22)
- Microsoft.AspNetCore.Components (>= 10.0.0-preview.4.25258.110)
- Microsoft.AspNetCore.Components.Web (>= 10.0.0-preview.4.25258.110)
-
net5.0
- Arcadia.Core (>= 1.0.0-beta.22)
- Microsoft.AspNetCore.Components (>= 5.0.17)
- Microsoft.AspNetCore.Components.Web (>= 5.0.17)
-
net6.0
- Arcadia.Core (>= 1.0.0-beta.22)
- Microsoft.AspNetCore.Components (>= 6.0.36)
- Microsoft.AspNetCore.Components.Web (>= 6.0.36)
-
net7.0
- Arcadia.Core (>= 1.0.0-beta.22)
- Microsoft.AspNetCore.Components (>= 7.0.20)
- Microsoft.AspNetCore.Components.Web (>= 7.0.20)
-
net8.0
- Arcadia.Core (>= 1.0.0-beta.22)
- Microsoft.AspNetCore.Components (>= 8.0.12)
- Microsoft.AspNetCore.Components.Web (>= 8.0.12)
-
net9.0
- Arcadia.Core (>= 1.0.0-beta.22)
- Microsoft.AspNetCore.Components (>= 9.0.0)
- Microsoft.AspNetCore.Components.Web (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-beta.22 | 67 | 5/20/2026 |
| 1.0.0-beta.21 | 87 | 4/4/2026 |
| 1.0.0-beta.19 | 69 | 3/30/2026 |
| 1.0.0-beta.18 | 69 | 3/30/2026 |
| 1.0.0-beta.17 | 68 | 3/29/2026 |
| 1.0.0-beta.16 | 70 | 3/29/2026 |
| 1.0.0-beta.15 | 75 | 3/29/2026 |
| 1.0.0-beta.13 | 71 | 3/27/2026 |
| 1.0.0-beta.12 | 62 | 3/27/2026 |
| 1.0.0-beta.11 | 60 | 3/26/2026 |
| 1.0.0-beta.10 | 65 | 3/26/2026 |
| 1.0.0-beta.9 | 63 | 3/26/2026 |
| 1.0.0-beta.8 | 65 | 3/24/2026 |
| 1.0.0-beta.7 | 64 | 3/24/2026 |
| 1.0.0-beta.6 | 72 | 3/24/2026 |
| 1.0.0-beta.5 | 70 | 3/24/2026 |
| 1.0.0-beta.4 | 64 | 3/24/2026 |
| 1.0.0-beta.3 | 68 | 3/23/2026 |
| 1.0.0-beta.2 | 66 | 3/23/2026 |