Appearance
Displays a form textarea or a component that looks like a textarea.
php artisan ui:add textarea
<template> <Textarea /> </template> <script setup lang="ts"> import { Textarea } from '@/Components/Textarea' </script>