Components
Textarea
A textarea component
Preview
Loading...
import { Textarea } from "@/registry/axon/ui/textarea";export default function TextareaDemo() { return <Textarea placeholder="Type your message here." />;}Installation
CLI
npx shadcn@latest add @emberui/textareayarn shadcn@latest add @emberui/textareapnpm dlx shadcn@latest add @emberui/textareabunx --bun shadcn@latest add @emberui/textareaReference
This component is based on the shadcn/ui Textarea component.