Textarea

Big area of text

Example

Props

    đŸ•šī¸ standard props
    label
    string
    Label for the text area
    null
    placeholder
    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
    true
    disabled
    boolean
    Whether the text area is disabled
    false
    readOnly
    boolean
    Whether the text area is read-only
    false
    maxLength
    number | undefined
    Maximum number of characters allowed in the text area
    undefined
    textColor
    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
    undefined
    backgroundColor
    string
    Background color of the text area
    null
    padding
    string | undefined
    Padding inside the text area
    undefined
    paddingLeft
    string | undefined
    Left padding of the text area
    undefined
    paddingRight
    string | undefined
    Right padding of the text area
    undefined
    paddingBottom
    string | undefined
    Bottom padding of the text area
    undefined
    paddingTop
    string | undefined
    Top padding of the text area
    undefined
    fontSize
    string | undefined
    Font size for the text area
    undefined
    labelFontSize
    string | undefined
    Font size for the label
    undefined
    labelColor
    string | undefined
    Color for the label
    undefined
    width
    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

Slots

    No data available

Events

    No data available