Code Monkey home page Code Monkey logo

codebeam.mudblazor.extensions's Introduction

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

Utilities

  • MudCssManager

Components

  • MudAnimate
  • MudBarcode
  • MudChipField
  • MudCodeInput
  • MudColorProvider
  • MudComboBox
  • MudCsvMapper
  • MudDateWheelPicker
  • MudFontPicker
  • MudGallery
  • MudInputStyler
  • MudLoading
  • MudLoadingButton
  • MudPage
  • MudPasswordField
  • MudPopup
  • MudScrollbar
  • MudSection
  • MudSpeedDial
  • MudSplitter
  • MudStepper
  • MudSwitchM3
  • MudTeleport
  • MudTextM3
  • MudToggle
  • MudTransferList
  • MudWatch
  • MudWheel

Extended Components

  • MudListExtended
  • MudSelectExtended
  • MudTextFieldExtended

Playground

Breaking Changes

Look at the Breaking Changes

API

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

Supported MudBlazor Versions

MudExtensions MudBlazor .NET
6.0.0 - 6.0.3 6.0.16 .NET 6
6.0.4 - 6.0.12 6.0.17 - 6.0.18 .NET 6
6.1.0 - 6.1.4 6.1.0 - 6.1.2 .NET 6 & .NET 7
6.1.5 - 6.1.9 6.1.4 - 6.1.7 .NET 6 & .NET 7
6.2.0 - 6.2.5 6.1.8 .NET 6 & .NET 7
6.2.6 - 6.4.8 6.1.9 - 6.2.0 .NET 6 & .NET 7
6.4.9 - 6.5.6 6.2.1 - 6.7.0 .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.MudBlazor.Extensions/MudExtensions.min.css" rel="stylesheet" />

Add the following to your HTML body section

<script src="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.js"></script>

Add the extension services into Program.cs

using MudExtensions.Services;
builder.Services.AddMudExtensions();

Adding namespace to _Imports.razor is not obligatory, but useful.

@using MudExtensions

Examples

Each example is recorded in the playground website.

MudAnimate

Animate.Types.mp4

MudCodeInput

20230121_134431.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.

codebeam.mudblazor.extensions's People

Contributors

mckaragoz avatar segfault- avatar gioviq avatar enkodellc avatar yomodo avatar radderz avatar rhyskoedijk avatar sabitertan avatar aerevia avatar biegehydra avatar danielchalmers avatar int32overflow avatar jeffreyjsung avatar tavanuka avatar radjkw avatar spylak avatar teabreaktom avatar jneufferrpm avatar marcoatribeiro avatar snakex64 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.