Textarea
Big area of text
Example
Props
đšī¸ standard props
label string
Label for the text area
nullplaceholder string
Placeholder text for the text area
'placeholder'textAreaId string
ID for the text area
createId()fontFamily string
Font family for the text area
'inherit'value string
Value of the text area
'$bindable('')'resizable boolean
Whether the text area is resizable
truedisabled boolean
Whether the text area is disabled
falsereadOnly boolean
Whether the text area is read-only
falsemaxLength number | undefined
Maximum number of characters allowed in the text area
undefinedtextColor string
Text color for the text area
'black'border string
Border style for the text area
'none'borderRadius string
Border radius for the text area
'5px'focusedBoxShadow string | undefined
Box shadow when the text area is focused
undefinedbackgroundColor string
Background color of the text area
nullpadding string | undefined
Padding inside the text area
undefinedpaddingLeft string | undefined
Left padding of the text area
undefinedpaddingRight string | undefined
Right padding of the text area
undefinedpaddingBottom string | undefined
Bottom padding of the text area
undefinedpaddingTop string | undefined
Top padding of the text area
undefinedfontSize string | undefined
Font size for the text area
undefinedlabelFontSize string | undefined
Font size for the label
undefinedlabelColor string | undefined
Color for the label
undefinedwidth string
Width of the text area
'100%'height string
Height of the text area
'100%'đ¨ style props
--textarea-focus-box-shadow shadow
Box shadow when the text area is focused
none