--- title: Textarea description: A multi-line text input for longer content. --- ## Preview ## Installation CLI Manual ```bash npx @olyx/cli@latest add textarea ``` Copy and paste the following code into your project. Update the import paths to match your project setup. ## Usage ```tsx import { Textarea } from "@/components/ui/textarea" ``` ```tsx