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.
Ready for More?
Now you know how to install MudBlazor, but a common pitfall is to jump straight into different components. We recommend that you read our Layout page to learn about basic project structure and different ways to use our main layout components.