Textarea

Displays a form textarea or a component that looks like a textarea.

Component Code
<april:textarea placeholder="Type your message here." class="w-full" />

Publishing Views

Use the following command to publish this view:

php artisan april:publish textarea
April UI keeps package views in `vendor/` by default. The command uses Laravel's vendor publishing system and copies overrides to `resources/views/vendor/april/components`. To publish all components, run:
php artisan april:publish --all
Review local overrides after an upgrade with `php artisan april:update --diff`.