Displays a form textarea or a component that looks like a textarea.
<x-portal::textarea  placeholder="Type your message here." name="message" />If you want to customize the components, you can publish them by running the following command :
php artisan vendor:publish --tag=portal-ui:textarea --force<x-portal::textarea  placeholder="Type your message here." name="message" rows="6" invalid/><x-portal::textarea  placeholder="Type your message here." name="message" disabled/><x-portal::textarea  placeholder="Type your message here." name="message" readonly/><x-portal::textarea placeholder="Type your message here." name="message" resize="vertical" />
<x-portal::textarea placeholder="Type your message here." name="message" resize="none" />
<x-portal::textarea placeholder="Type your message here." name="message" resize="horizontal" />
<x-portal::textarea placeholder="Type your message here." name="message" resize="both" />