Skip to content

Aerevia/CodeBeam.MudExtensions

 
 

Repository files navigation

CodeBeam.MudExtensions

Useful third party extension components for MudBlazor, from the community contributors.

TheMudSecondary

GitHub Repo stars GitHub last commit Contributors Nuget version Nuget downloads

Components

  • MudAnimate
  • MudColorProvider
  • MudDateWheelPicker
  • MudFontPicker
  • MudGallery
  • MudInputStyler
  • MudLoading
  • MudLoadingButton
  • MudPage
  • MudPasswordField
  • MudPopup
  • MudScrollbar
  • MudSection
  • MudSpeedDial
  • MudSplitter
  • MudStepper
  • MudSwitchM3
  • MudToggle
  • MudWatch
  • MudWheel

Supported MudBlazor Versions

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

Installation

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

Playground

https://codebeam-mudextensions.pages.dev/

API

https://codebeam-mudextensions.pages.dev/api

Examples

Each example is recorded in the playground website.

MudAnimate

Animate.Types.mp4

MudDateWheelPicker

20221026_210252.mp4

MudFontPicker

20221020_161423.mp4

MudGallery

20221023_111738.mp4

MudInputStyler

20221024_171842.mp4

MudPopup

20221031_122343.mp4

MudSpeedDial

20221009_125004.mp4

MudStepper

20221013_151108.mp4

MudWheel

20221015_123922.mp4

Contribution

Feel free to contribute.

Preparing

Usage files and trick definitons for each extension component are preparing.

About

Useful third party extension components for MudBlazor, from the contributors.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.8%
  • C# 38.6%
  • CSS 5.5%
  • SCSS 4.0%
  • Shell 0.1%