Table of Contents

Class MudGlobal.InputDefaults

Namespace
MudBlazor
Assembly
MudBlazor.dll

Default settings for MudBlazor input components.
Warning: This feature is under development and breaking changes to the API will occur between releases.

public static class MudGlobal.InputDefaults
Inheritance
MudGlobal.InputDefaults
Inherited Members

Properties

Margin

The amount of vertical spacing for this input.

public static Margin Margin { get; set; }

Property Value

Margin

ShrinkLabel

Shows the label inside the input if no Value is specified.

public static bool ShrinkLabel { get; set; }

Property Value

bool

Variant

The appearance variation to use.

public static Variant Variant { get; set; }

Property Value

Variant