Collection of various Blazor components.
Demo: https://jimmys20.github.io/BlazorComponents/
Install-Package Jimmys20.BlazorComponents
@using Jimmys20.BlazorComponents
using Jimmys20.BlazorComponents;
/* ... */
builder.Services.AddJimmys20BlazorComponents();
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.