MComponents
Another blazor component library: Grid, Select, Wizard etc.
Install / Use
/learn @manureini/MComponentsREADME
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
<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(options =>
{
options.RegisterResourceLocalizer = true;
options.RegisterStringLocalizer = true;
});
and if you want to use RequestLocalization
app.UseRequestLocalization();
Add to App.razor or MainLayout.razor
<MComponentsRoot />
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
Related Skills
node-connect
346.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
