Blazor-CodeBeam.MudExtensions
[删除(380066935@qq.com或微信通知)]
更好的阅读体验请查看原文:https://github.com/CodeBeamOrg/CodeBeam.MudExtensions
CodeBeam.MudExtensions
Useful third party extension components for MudBlazor, from the contributors.
Components
- MudAnimate
- MudLoading
- MudLoadingButton
- MudPage
- MudPasswordField
- MudScrollbar
- MudSection
- MudSpeedDial
Installation
This extension uses MudBlazor features, so only need to add this line described below:
Add the following to your HTML head section, it's either index.html
or _Layout.cshtml
/_Host.cshtml
depending on whether you're running Server-Side or WASM.
<link href="_content/CodeBeam.MudExtensions/MudExtensions.min.css" rel="stylesheet" />
Adding namespace to _Imports.razor
is not obligatory, but may be useful.
@using MudExtensions
Playground
https://mudextensions.azurewebsites.net/
API
https://mudextensions.azurewebsites.net/api
Examples
Each example is recorded in the playground website.