Jimmys20.BlazorComponents
1.2.4
dotnet add package Jimmys20.BlazorComponents --version 1.2.4
NuGet\Install-Package Jimmys20.BlazorComponents -Version 1.2.4
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="Jimmys20.BlazorComponents" Version="1.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jimmys20.BlazorComponents" Version="1.2.4" />
<PackageReference Include="Jimmys20.BlazorComponents" />
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 Jimmys20.BlazorComponents --version 1.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jimmys20.BlazorComponents, 1.2.4"
#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 Jimmys20.BlazorComponents@1.2.4
#: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=Jimmys20.BlazorComponents&version=1.2.4
#tool nuget:?package=Jimmys20.BlazorComponents&version=1.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BlazorComponents 
Collection of various Blazor components.
Demo: https://jimmys20.github.io/BlazorComponents/
Getting Started
Install the NuGet package.
Install-Package Jimmys20.BlazorComponents
Add the following to your _Imports.razor.
@using Jimmys20.BlazorComponents
Add the following to your Program.cs.
using Jimmys20.BlazorComponents;
/* ... */
builder.Services.AddJimmys20BlazorComponents();
Documentation
Extensions
Contribute
You are welcome to open issues and start discussions about the library. Your feedback will be appreciated.
For code contributions, fork the repository and create a new branch based on master. When you are done with your changes, create a pull request. Try to stay consistent with the project's coding style.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 was computed. 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.
-
net9.0
- Excubo.Blazor.Canvas (>= 3.2.67)
- Microsoft.AspNetCore.Components.Web (>= 9.0.1)
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.2.4 | 125 | 1/5/2026 |
| 1.2.3 | 443 | 11/19/2025 |
| 1.2.2 | 256 | 1/20/2025 |
| 1.2.1 | 216 | 11/16/2024 |
| 1.2.0 | 221 | 10/15/2024 |
| 1.1.5 | 324 | 11/19/2023 |
| 1.1.4 | 209 | 11/17/2023 |
| 1.1.3 | 290 | 5/24/2023 |
| 1.1.2 | 430 | 3/18/2023 |
| 1.1.1 | 420 | 3/3/2023 |
| 1.1.0 | 454 | 2/18/2023 |
| 1.0.9 | 414 | 2/18/2023 |
| 1.0.8 | 471 | 1/13/2023 |
| 1.0.7 | 482 | 12/21/2022 |
| 1.0.6 | 583 | 10/22/2022 |
| 1.0.5 | 571 | 8/22/2022 |
| 1.0.4 | 584 | 8/19/2022 |
| 1.0.3 | 588 | 8/18/2022 |
| 1.0.2 | 561 | 8/17/2022 |
| 1.0.1 | 582 | 8/16/2022 |
Loading failed