Files
ui/docs/content/3.forms/2.textarea.md
Sébastien Chopin e59fe42cc9 docs: improve page descriptions and prev/next (#184)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2023-05-19 10:33:09 +02:00

886 B

github, description
github description
true Display a textarea field.

Usage

::component-card

baseProps: name: 'textarea'

::

Size

Use the size prop to change the size of the Textarea.

::component-card

baseProps: name: 'textarea' props: size: 'sm'

::

Placeholder

Use the placeholder prop to set a placeholder text.

::component-card

::

Appearance

Use the appearance prop to change the style of the Textarea.

::component-card

baseProps: name: 'textarea' placeholder: 'Search...' props: appearance: 'white'

::

Disabled

Use the disabled prop to disable the Textarea.

::component-card

baseProps: name: 'input' placeholder: 'Search...' props: appearance: 'white' disabled: true

::

Props

:component-props

Preset

:component-preset