Wire

UI

A textarea component is a user interface element commonly used in web development to create a multi-line text input field. It allows users to enter and edit larger amounts of text, making it suitable for tasks such as composing messages, comments, or longer pieces of content. Textareas are versatile and can be customized with various attributes and styling to meet specific design and functionality requirements. They are an essential part of web forms and provide a user-friendly way for individuals to input textual information.

Information!
The textarea component has all Inputs options and slots.

The textarea is an uncomplicated component that is easy to use and employs attributes similar to those used with input elements.

1<x-textarea label="Notes" placeholder="write your notes" />
Attention!
The Textarea component receives all options from Input Component .
Prop Type Default Required
cols string auto false
rows number 4 false