File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
CodeBeam.MudBlazor.Extensions/Components/SwitchM3
ComponentViewer.Docs/Shared Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 77 <span tabindex =" 0" class =" @SwitchClassname" >
88 <span class =" mud-switch-button-m3" >
99 <input tabindex =" -1" @attributes =" UserAttributes" aria-checked =" @((BoolValue == true).ToString().ToLower())" aria-readonly =" @(Disabled.ToString().ToLower())" type =" checkbox" class =" mud-switch-input-m3" checked =" @BoolValue" @onchange =" @OnChange" disabled =" @Disabled" @onclick:preventDefault =" @ReadOnly" />
10- <span class =" mud-switch-thumb-m3 @(BoolValue == false ? $" mud-switch-thumb-{Color.ToDescriptionString()}-m3 " : null) @(string.IsNullOrEmpty(ThumbOffIcon) ? null : " mud-switch-thumb-off-icon-m3 " ) d-flex align-center justify-center" >
10+ <span class =" mud-switch-thumb-m3 @(BoolValue != true ? $" mud-switch-thumb-{Color.ToDescriptionString()}-m3 " : null) @(string.IsNullOrEmpty(ThumbOffIcon) ? null : " mud-switch-thumb-off-icon-m3 " ) d-flex align-center justify-center" >
1111 @if (! string .IsNullOrEmpty (ThumbIcon ) && BoolValue == true )
1212 {
1313 <MudIcon Color =" @Color" Icon =" @ThumbIcon" Style =" height:16px; width:16px;" />
Original file line number Diff line number Diff line change 4242 <MudNavLink Href =" /mudchipfield" >ChipField</MudNavLink >
4343 <MudNavLink Href =" /mudcodeinput" >CodeInput</MudNavLink >
4444 <MudNavLink Href =" /mudcolorprovider" >ColorProvider</MudNavLink >
45+ <MudNavLink Href =" /mudcombobox" >ComboBox</MudNavLink >
4546 <MudNavLink Href =" /mudcssmanager" >CssManager</MudNavLink >
4647 <MudNavLink Href =" /mudcsvmapper" >CsvMapper</MudNavLink >
4748 <MudNavLink Href =" /muddatewheelpicker" >DateWheelPicker</MudNavLink >
You can’t perform that action at this time.
0 commit comments