Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jimmys20/blazorcomponents
- Owner: Jimmys20
- License: mit
- Created: 2022-07-29T23:35:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T13:44:29.000Z (2 months ago)
- Last Synced: 2025-01-17T23:46:24.802Z (4 days ago)
- Topics: blazor, blazor-components, bootstrap, components, drag-and-drop, spinning-wheel, wheel-of-fortune
- Language: C#
- Homepage: https://jimmys20.github.io/BlazorComponents/
- Size: 76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.