Category "mudblazor"

Dark/light Theme Blazor

i have tied so many ways for switching Between Dark and Light Mode in Blazor.with different packages and Even Manually with css. but they never workedout For Me

toggle MudTable inline editing via an edit button

I am trying to get the mudtable to enter inline mode when you click on an icon. Currently it happens when you click on any row. <MudSwitch @bind-Checked="@ro

How to bind a MudIcon string to Mud Icon component

<MudIcon Icon="@inboxIcon" Color="Color.Primary" /> @code{ // here this Icon string is coming from database private string inboxIcon = "Icons.Mat

Blazor server not scaling (zoomed) on mobile

I made a small sensor application in Blazor server. However, when I view the app on my phone, it shows these scrolling bars (I always need to pinch/zoom out my

Label for Progress Bar not showing MudBlazor

I have a Progress Bar (MudProgressLinear) that is working fine, but it won't show the label i gave it and I can't fix this problem. Here is my Code: <MudProg

How to add fonts to a MudTextField with MudBlazor API?

I have this MudBlazor component: <MudTextField @bind-Value="@_presentationSettingsServiceRequest.PostCode" Class="my-2" Variant="Variant.Outlined" AutoFocus=