Skip to main content Skip to main navigation

Provide large input boxes for users to enter data and information.

For proper styling, use the textarea element in addition to one of the many attributes and/or classes:

  • .smallest
  • .smaller
  • .small
  • .medium
  • .large
  • .larger
  • .largest

Additionally, use disabled to restrict the user from interacting with the textarea.

If you also want a helper on your textarea, use <p class="input--help">Help text here.</p>

Loading...