Online Playground
You can play with MudBlazor online directly in your browser with TryMudBlazor, no installation required.
Using Templates
To get started quickly, you can use our dotnet templates.
They're based on the Microsoft Web App template but have been modified to include MudBlazor components.
Open a terminal and install them using this command:
dotnet new install MudBlazor.Templates
Navigate to a folder where you want your project and run the following command to create a new project:
dotnet new mudblazor --interactivity Auto --name MyApplication --all-interactive
You can run dotnet new mudblazor --help
to see all available options.
Manual Install
If you already have a project and want to add MudBlazor to it, either from a default template or a working application.