Installation

Getting started with MudBlazor for faster and easier web development.

Online playground

You can play with MudBlazor online directly in your browser with TryMudBlazor, no installation required.

Play on TryMudBlazor
Prerequisites

A system that can compile and run the .NET Framework
.NET SDK - We recommend the main version MudBlazor is using, generally its the latest LTS version.
A code editor, we recommend Jet Brains Rider, Visual Studio or VS Code

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.

An error has occurred. This application may no longer respond until reloaded. Reload 🗙