Online playground
You can play with MudBlazor online directly in your browser with TryMudBlazor, no installation required.
Prerequisites
Using our dotnet templates
To get started quickly, you can use our dotnet templates they are pre-configured with MudBlazor.
Open a terminal and install them with 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. You can run dotnet new mudblazor --help
to see all available options.
dotnet new mudblazor --host wasm --name MyApplication
Manual Install
If you already have a project and want to add MudBlazor to it, either from a default template or a working application.