Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Another blazor component library: Grid, Select, Wizard etc.

Awesome Lists containing this project

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