Textarea

Textareas are used to collect a paragraph of user input.


/* textarea-example.blade.php */

<x-textarea name="description" placeholder="Placeholder" class="max-w-72" />

Component API

Prop Description Values
as Change the element tag of the component any
content Set the content of the component any
size Change the font size of the component Dependant on theme
color Change the color of the component Dependant on theme
maxHeight Change the max height of the component Dependant on theme