Textarea

Hint

Attribute Type Documentation Default Value
id :string

Id for the Textarea

error :boolean

Error state flag

false
disabled :boolean

Disabled state flag

false
size :string

Size of the Textarea

"md"
variant :string

The variant of the Textarea

"fill"
class :string

Additional styles for the Textarea

rest :global

Extra attributes for the Textarea

label :slot

Textarea label

Show slot attributes Hide slot attributes
class :string

Additional style classes for the Textarea label

<:label>Label</:label>
<:hint>Hint</:hint>
hint :slot

Information or Error massage

Show slot attributes Hide slot attributes
class :string

Additional style classes for the Textarea hint

<:label>Label</:label>
<:hint>Hint</:hint>