Docs
Textarea

Textarea

Textarea component is a versatile element that allows users to input and edit multiline text. It provides an interactive form textarea or a component that looks like a textarea, offering a user-friendly way to capture and display larger amounts of text. The Textarea component is commonly used in forms, comments, or any scenario where users need to input longer pieces of content. It enhances the user experience by accommodating multiline input and providing a resizable area for text entry.

Installation

yarn add @camped-ui/textarea

Usage

import { Textarea } from "@camped-ui/textarea";
<Textarea />

Examples

Default

Disabled

With Label

With Text

Your message will be copied to the support team.

With Button

Form

You can @mention other users and organizations.