maryUI v2 released! Upgrade guide

Textarea

This component uses the native HTML textarea.

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

Example

Biography
Max 1000 chars
<x-textarea label="Biography" wire:model="bio" placeholder="Here ..." hint="Max 1000 chars" rows="5" />
 
<x-textarea label="Biography" wire:model="bio" placeholder="Inline" rows="5" inline />

Made with by Robson TenĂ³rio and contributors.