Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimmys20/blazorcomponents

Collection of various Blazor components.
https://github.com/jimmys20/blazorcomponents

blazor blazor-components bootstrap components drag-and-drop spinning-wheel wheel-of-fortune

Last synced: 1 day ago
JSON representation

Collection of various Blazor components.

Awesome Lists containing this project

README

        

# BlazorComponents [![NuGet](https://img.shields.io/nuget/v/Jimmys20.BlazorComponents.svg)](https://www.nuget.org/packages/Jimmys20.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.

```razor
@using Jimmys20.BlazorComponents
```

#### Add the following to your Program.cs.

```csharp
using Jimmys20.BlazorComponents;

/* ... */

builder.Services.AddJimmys20BlazorComponents();
```

## Documentation

- [JmGridLayout](https://github.com/Jimmys20/BlazorComponents/wiki/JmGridLayout)

## Extensions

- [BlazorComponents.Bootstrap](src/Jimmys20.BlazorComponents.Bootstrap)

## Contribute

You are welcome to open [issues](https://github.com/Jimmys20/BlazorComponents/issues) and start [discussions](https://github.com/Jimmys20/BlazorComponents/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.