Skip to content

Jimmys20/BlazorComponents

Repository files navigation

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

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.