Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JamesBondski/MComponents

 
 

Repository files navigation

MComponents

In this fork I will adjust the IGridDataAdapter to be more easily usable with a standard data source by directly requesting the IQueryable from the adapter instead of using IEnumerable.Empty.

Package Version Package Version NuGet Downloads

This is another Blazor component libary which supports

  • Grids
  • Wizards
  • Forms
  • Paint

Screenshots

mgrid mselect mwizard

How to use?

Add the following references to your _Host.cshtml

<link href="_content/MComponents/css/fontawesome.css" rel="stylesheet" />
<link href="_content/MComponents/css/mcomponents.css" rel="stylesheet" />
<script src="_content/MComponents/js/mcomponents.js"></script>

If you want to use MPaint add

<script src="_content/Blazor.Extensions.Canvas/blazor.extensions.canvas.js"></script>

Add to Startup.cs:

services.AddMComponents();

and if you want to use RequestLocalization

app.UseRequestLocalization();

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

About

Another blazor component library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 78.7%
  • HTML 10.0%
  • CSS 9.2%
  • JavaScript 2.1%