- MudAnimate
- MudColorProvider
- MudDateWheelPicker
- MudFontPicker
- MudGallery
- MudInputStyler
- MudLoading
- MudLoadingButton
- MudPage
- MudPasswordField
- MudPopup
- MudScrollbar
- MudSection
- MudSpeedDial
- MudSplitter
- MudStepper
- MudSwitchM3
- MudToggle
- MudWatch
- MudWheel
Codebeam.MudExtensions | MudBlazor | .Net |
---|---|---|
6.0.0 - 6.0.3 | 6.0.16 | .Net 6 |
6.0.4 - 6.0.12 | 6.0.17 | .Net 6 |
6.1.0 - 6.1.4 | 6.1.2 | .Net 6 & .Net 7 |
6.1.5 | 6.1.4 | .Net 6 & .Net 7 |
This extension uses MudBlazor features (need to set up MudBlazor if you didn't before), 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
@using MudExtensions.Enums
https://codebeam-mudextensions.pages.dev/
https://codebeam-mudextensions.pages.dev/api
Each example is recorded in the playground website.
Animate.Types.mp4
20221026_210252.mp4
20221020_161423.mp4
20221023_111738.mp4
20221024_171842.mp4
20221031_122343.mp4
20221009_125004.mp4
20221013_151108.mp4
20221015_123922.mp4
Feel free to contribute.
Usage files and trick definitons for each extension component are preparing.