Textarea
Form components used for inputting data directly from the keyboard, on multiple lines.
Example
Disabled State
Clearable Textarea
Prefix and Suffix
Inkline allows you to easily add a prefix or suffix to your Textareas. Using prefixes and suffixes you can, indicate your Textarea type using an icon or text.
Prepend and Append
You can add additional content such as select fields, buttons or plain text, to either side of the Textarea by using the prepend and append slots.
Sizes
You're able to use the size
modifier to control the size of your textareas, using one of the available sizes: sm
, md
, and lg
. The default size is set to md
.
Component API
Here you can find a list of the various customization options you can use for the textarea component as props, as well as available slots and events.
Sass Variables
Modifying the Input Component Sass Variables will also change the Number Input component. If you're looking to find common variables that these rely on, you should take a look at the Sass Variables page.