WireUI
Textarea

The Textarea component is very useful to build forms.

You can set the attribute wire:model.live to automatically have the attributes id set to the MD5 of the model and name to the exact model. You must NOT pass the attributes id and name for this to work.

<x-textarea wire:model="comment" label="Comment" placeholder="Your comment" />
Textarea Input
1<x-textarea label="Annotations" placeholder="write your annotations" />
Textarea Options

The textarea component has all Inputs options and slots.