Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manureini/MComponents
Another blazor component library: Grid, Select, Wizard etc.
https://github.com/manureini/MComponents
blazor blazor-component blazor-components blazor-webassembly compnents
Last synced: 10 days ago
JSON representation
Another blazor component library: Grid, Select, Wizard etc.
- Host: GitHub
- URL: https://github.com/manureini/MComponents
- Owner: manureini
- License: mit
- Created: 2020-01-02T18:57:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T23:28:52.000Z (6 months ago)
- Last Synced: 2024-05-21T01:15:45.946Z (6 months ago)
- Topics: blazor, blazor-component, blazor-components, blazor-webassembly, compnents
- Language: C#
- Homepage:
- Size: 2.68 MB
- Stars: 62
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - MComponents - ![stars](https://img.shields.io/github/stars/manureini/MComponents?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/manureini/MComponents?style=flat-square&cacheSeconds=86400) Open Source MIT Blazor Components: Grid, Select, Wizard etc. (Libraries & Extensions / Component bundles)
README
# MComponents
[![Package Version](https://img.shields.io/nuget/v/MComponents.svg)](https://www.nuget.org/packages/MComponents)
[![Package Version](https://img.shields.io/nuget/v/MComponents.Shared.svg)](https://www.nuget.org/packages/MComponents.Shared)
[![NuGet Downloads](https://img.shields.io/nuget/dt/MComponents.svg)](https://www.nuget.org/packages/MComponents)This is another Blazor component libary which supports
* Grids
* Wizards
* Forms
* Paint### Screenshots
![mgrid](https://raw.githubusercontent.com/manureini/MComponents/master/Screenshots/MGrid.PNG)
![mselect](https://raw.githubusercontent.com/manureini/MComponents/master/Screenshots/MSelect.png)
![mwizard](https://raw.githubusercontent.com/manureini/MComponents/master/Screenshots/MWizard.PNG)### How to use?
Add the following references to your _Host.cshtml
```html
```
If you want to use MPaint add
```html```
Add to Startup.cs:
```c#
services.AddMComponents(options =>
{
options.RegisterResourceLocalizer = true;
options.RegisterStringLocalizer = true;
});
```
and if you want to use RequestLocalization
```c#
app.UseRequestLocalization();
```
Add to App.razor or MainLayout.razor
```html```
### Please create an issue or make Pull requests if you want to support this project
The documentation is pretty limited, because I'm lazy:
https://github.com/manureini/MComponents/wiki