Textarea
Displays a form textarea or a component that looks like a textarea.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/textareaUsage
Import the component from the package:
import { Textarea } from "@/registry/ui/textarea"Then use it in your application:
<Textarea />