Custom label to be used by screen readers. When provided, an aria-label will be added to the element.
"a user friendly label for screen readers"
Whether this is a plain textarea with no border or padding. Only use this when the containing context provides sufficient affordance.
truefalse
The color of the border.
{
"dark": "rgba(255,255,255,0.33)",
"light": "rgba(0,0,0,0.33)"
}
The outline color around the component when in focus.
string | { dark: string, light: string }
The font-weight of the text. This value will only be applied if global.input.weight is undefined.
600
This value has been deprecated and replaced by global.input.font.weight.
number | string