Jimmys20.BlazorComponents 1.2.2

dotnet add package Jimmys20.BlazorComponents --version 1.2.2
                    
NuGet\Install-Package Jimmys20.BlazorComponents -Version 1.2.2
                    
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.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jimmys20.BlazorComponents" Version="1.2.2" />
                    
Directory.Packages.props
<PackageReference Include="Jimmys20.BlazorComponents" />
                    
Project file
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.2
                    
#r "nuget: Jimmys20.BlazorComponents, 1.2.2"
                    
#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.2
                    
#: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.2
                    
Install as a Cake Addin
#tool nuget:?package=Jimmys20.BlazorComponents&version=1.2.2
                    
Install as a Cake Tool

BlazorComponents NuGet

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 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.

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.2 182 1/20/2025
1.2.1 149 11/16/2024
1.2.0 159 10/15/2024
1.1.5 291 11/19/2023
1.1.4 166 11/17/2023
1.1.3 243 5/24/2023
1.1.2 379 3/18/2023
1.1.1 373 3/3/2023
1.1.0 379 2/18/2023
1.0.9 360 2/18/2023
1.0.8 417 1/13/2023
1.0.7 422 12/21/2022
1.0.6 528 10/22/2022
1.0.5 500 8/22/2022
1.0.4 518 8/19/2022
1.0.3 528 8/18/2022
1.0.2 489 8/17/2022
1.0.1 525 8/16/2022
1.0.0 504 8/14/2022