Formssrc/components/ui/textarea.tsx
Textarea
A multi-line text input control.
Preview
Your message will be copied to the support team.
Installation
Copy the component source into your project with `degit`. This port is intentionally not distributed as an npm package.
bunx degit https://github.com/LiasCode/shadcn-preact/src/components/ui#main ./src/components/uiUsage
import { Textarea } from "@/components/ui/textarea"
export function Example() {
return <Textarea>Textarea</Textarea>
}API Reference
ExportPurpose
TextareaComposable part exported by `@/components/ui/textarea`.