Skip to main content

Textarea

Form Controls
Stable

Multi-line text input accepting all native <textarea> HTML attributes. For auto-resizing, use TextareaAutosize.

Quick Import
import { Textarea } from "@cohere-ai/waypoint-ui/textarea";

Live Preview

Loading Textarea...

Examples

Basic Textarea

Multi-line text input with placeholder

1
import { Textarea } from '@cohere-ai/waypoint-ui/textarea';
2
 
3
<Textarea placeholder="Write your message here..." />

Found an Issue?

If you've encountered a bug or have feedback about the Textarea component, please report it to our team. Your feedback helps us improve Waypoint.

Available for all users • Issue will be created in Linear

Was this page helpful?

Your feedback helps us improve our documentation.

Need Help?

Check out the Whitelabeling Playground to explore customization options or visit the Developer Guide for integration help.