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.

Loading...

Installation

yarn add @camped-ui/textarea

Usage

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

Examples

Default

Loading...

Disabled

Loading...

With Label

Loading...

With Text

Loading...

With Button

Loading...

Form

Loading...