textarea
Captures multiline user input.
Import
Import just the textarea styles.
@import "@winnie-ui/css/spatial/textarea";@import "@winnie-ui/css/visual/textarea";Anatomy
Attach the appropriate data attributes in the structure below.
<textarea data-component="textarea" />Examples
Disabled
Use the disabled attribute to prevent user interaction.
Invalid
textarea will respect the :invalid selector when it is used in a form. Use the data-invalid attribute to manually control the invalid state of the texarea.
Reference
textarea
Represents the textarea element.