components

Text Area

Displays a form textarea or a component that looks like a textarea

Source Code

Installation

pnpm dlx radianui@latest add text-area

Usage

Imports

import { TextArea } from "@/components/ui/text-area"

Code

<TextArea placeholder="Enter your message" />

Examples

Disabled

Characters Limit

120 characters left.

Form

Leave a review between 12 to 500 characters long.

Props

<TextArea>
NameDefaultValues
resizabletrueboolean
roundedroundedroundedsquare
External Reference--