Textarea

This component uses the native HTML textarea.

If you need a rich text editor check the Editor component.

Example

Max 1000 chars
<x-textarea
label="Bio"
wire:model="bio"
placeholder="Your story ..."
hint="Max 1000 chars"
rows="5"
inline />

maryUI
Sponsor