Skip to main content

Forms

Textarea

Render the shared multiline text-entry control. The blank canvas for user feedback and epic novels.

Curated demo

Reference

Render the shared multiline text-entry control. The blank canvas for user feedback and epic novels.

  • Use Textarea for longer freeform input. When a single line just isn't enough.
  • Keep validation feedback outside the control surface.

Example snippet

<Textarea id="message" rows={4} placeholder="Tell us more..." />