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: 21 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T01:22:36.000Z (6 months ago)
- Last Synced: 2024-10-29T19:19:15.004Z (6 months ago)
- Topics: blazor, blazor-component, blazor-components, blazor-webassembly, compnents
- Language: C#
- Homepage:
- Size: 2.72 MB
- Stars: 66
- Watchers: 5
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - MComponents -   Open Source MIT Blazor Components: Grid, Select, Wizard etc. (Libraries & Extensions / Component bundles)
README
# MComponents
[](https://www.nuget.org/packages/MComponents)
[](https://www.nuget.org/packages/MComponents.Shared)
[](https://www.nuget.org/packages/MComponents)This is another Blazor component libary which supports
* Grids
* Wizards
* Forms
* Paint### Screenshots


### 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