-
Step 1: Install MudBlazor.
-
Step 2: Add the active MudX package via NuGet:
dotnet add package MudX.MudBlazor.Extension
Note: The plural
MudX.MudBlazor.Extensionspackage ID is an older package line and is not the active package documented by this repository. -
Step 3: Include the
MudXProviderin your layout -or- reference./_content/MudX.MudBlazor.Extension/_mudx.min.cssand./_content/MudX.MudBlazor.Extension/mudx.min.jsin your project -with- cache busting. -
Step 4: Start using components - all MudX components are prefixed with
MudX, such asMudXOutline. -
Step 5: Browse the documentation to learn how to use each component.
-
Step 6: Visit the MudX GitHub repo to report issues or request help.
-
Step 7: Try MudX in your browser with no setup required at Try MudBlazor with Extensions. 🚧 Under Construction 🚧
-
Step 8: Optionally update/change your MudBlazor theme at MudBlazor Theme Creator.
- MudXSecurityCode
- MudXSheet
- MudXChat
- MudXOutline
- MudXCodeBlock
- MudXCopyToClipboard
- MudXBreadcrumbs
- Blazor Lottie Player]
- IdMasker
A component for creating a chat interface with customizable MudXChatBubble components and headers and footers.
Back to top
A segmented input component for security codes, such as SMS or email verification codes. Configurable placeholders and fixed characters also support segmented pattern masks for values such as dates and formatted identifiers.
A sheet component that displays contextual content from the top, bottom, left, right, or center of the screen for mobile and desktop layouts.
A scrollspy component that highlights the current section in a sidebar as you scroll through the page.

Back to top
A component for displaying code snippets with Prism syntax highlighting and customizable themes.

Back to top
A component that allows users to copy text to the clipboard with access to an extension method.

Back to top
A self-navigating breadcrumb navigation component that supports custom separators and icons.

Back to top
A Blazor component for rendering Lottie animations, downloadable separately from MudX but designed and
maintained by the MudX team.

Back to top
A static utility for creating human-friendly obfuscated IDs with IdMasker.MaskId and restoring them with IdMasker.UnMaskId. The masked values are not cryptographically secure.
