Docs
Textarea
Textarea
Displays a form textarea or a component that looks like a textarea.
Component textarea-demo
not found in registry.
Installation
pnpm dlx kodkafa@latest add textarea
Usage
import { Textarea } from "@/components/ui/textarea"
<Textarea />
Examples
Default
Component textarea-demo
not found in registry.
Disabled
Component textarea-disabled
not found in registry.
With Label
Component textarea-with-label
not found in registry.
With Text
Component textarea-with-text
not found in registry.
With Button
Component textarea-with-button
not found in registry.
Form
Component textarea-form
not found in registry.