Installation
Getting started with MudX is easy:
- Step 1: Install MudBlazor.
- Step 2: Add MudX to your project via NuGet.
- Step 3: Include the
<MudXProvider>
in your layout or reference./_content/MudX.MudBlazor.Extension/mudx.min.css
and./_content/MudX.MudBlazor.Extension/mudx.min.js
in your project with cache busting. - Step 4: Start using components � all MudX components are prefixed with
<MudX>
, such as<MudXOutline>
. - 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.
- Step 8: Optionally update/change your MudBlazor theme at MudBlazor Theme Creator.