Powerful suite of Blade components for TALL Stack apps.

Form Textarea

Form textarea component.

<x-textarea />
Insert the description
<x-textarea label="Name" hint="Insert the description" />

An option to display an asterisk indicating that the field is required.

<x-textarea label="Description *" />
<x-textarea resize />

An option to auto increase the size of textarea.

<x-textarea resize-auto />

An option to show the number of characters.

<!-- Current and Max Quantities-->
<x-textarea maxlength="10" count />
 
<!-- Only Current Quantity-->
<x-textarea count />

An option to not show validation error message.

Insert the description
<x-textarea label="Name" hint="Insert the description" invalidate />

Code highlighting provided by Torchlight