Docs
Textarea Input
Textarea Input
Description goes here
Share your thoughts with us
Installation
pnpm dlx shadcn@latest add https://deltacomponents.dev/r/textarea-input
Usage
"use client"
import * as React from "react"
import { TextareaInput } from "@/registry/inputs/textarea-input"
export function Component() {
return <TextareaInput />
}
API Reference
Parameters
Name | Type | Description |
---|---|---|
prop | type | description |