["Adornment"]="<Start|End|None>",-- location of the `AdornmentIcon` OR `AdornmentText`; CASE SENSITIV
["AdornmentIcon"]="Icons.Material.Filled.AppSettingsAlt",-- The Mudblazor icon displayed for the adornment
["AdornmentText"]="",-- The text displayed for the adornment
["AdornmentColor"]="<Dark|Error|Info|Inherit|Primary|Secondary|Success|Surface|Tertiary|Transparent|Warning>",-- the color of AdornmentText or AdornmentIcon; CASE SENSITIVE
["Counter"]=0,-- shows a character counter. When 0, the current character count is displayed. When 1 or greater, the character count and this count are displayed. Defaults to `null`
["MaxLength"]=100,-- max number of characters allowed, prevents more input characters; use together with the character counter. Defaults to 524,288
["HelperText"]="<a helping text rendered under the text area to give hints to users>",
["IsImmediate"]=false,-- changes the value as soon as input is received. Defaults to false but will be true if counter or maxlength is set to reflect changes
["HelperTextOnFocus"]=true,-- if true, shows the helping text only when the user focuses on the text area
["LabelPlacement"]="<Bottom|End|Left|Right|Start|Top>",-- Defaults to End (right of the switch)
["Icon"]="Icons.Material.Filled.Bolt",-- places a thumb icon inside the switch
["IconColor"]="<Dark|Error|Info|Inherit|Primary|Secondary|Success|Surface|Tertiary|Transparent|Warning>",-- color of the thumb icon. Defaults to `Inherit`
["CheckedColor"]="<Dark|Error|Info|Inherit|Primary|Secondary|Success|Surface|Tertiary|Transparent|Warning>",-- color of the switch if state is true. Defaults to `Inherit`
["UncheckedColor"]="<Dark|Error|Info|Inherit|Primary|Secondary|Success|Surface|Tertiary|Transparent|Warning>",-- color of the switch if state is false. Defaults to `Inherit`
["Size"]="<Small|Medium|Large>",-- size of the button. Defaults to Medium
["Variant"]="<Filled|Outlined|Text>",-- display variation to use. Defaults to Text
["Color"]="<Dark|Error|Info|Inherit|Primary|Secondary|Success|Surface|Tertiary|Transparent|Warning>",-- color of the button. Defaults to Default
["IsFullWidth"]=false,-- ignores sizing and renders a long full width button. Defaults to false
["StartIcon"]="Icons.Material.Filled.ArrowRight",-- icon displayed before the text. Defaults to null
["EndIcon"]="Icons.Material.Filled.ArrowLeft",-- icon displayed after the text. Defaults to null
["IconColor"]="<Dark|Error|Info|Inherit|Primary|Secondary|Success|Surface|Tertiary|Transparent|Warning>",-- color of start and end icons. Defaults to Inherit
["IconSize"]="<Small|Medium|Large>",-- size of icons. Defaults to null. When null, the value of ["Size"] is used
["PickerVariant"]="<Dialog|Inline|Static>",-- different rendering modes: `Dialog` opens the picker in a modal type screen, `Inline` shows the picker next to the input field and `Static` renders the picker widget directly (default); Case sensitiv