Textarea
Displays a form textarea or a component that looks like a textarea.
Installation
Import from the package. Do not run shadcn add in your app.
import { Textarea } from "@carsxe/design-system/components/textarea"Usage
import { Textarea } from "@carsxe/design-system/components/textarea"
<Textarea placeholder="Type your message here." />Disabled
API Reference
| Prop | Type | Default |
|---|---|---|
| disabled | boolean | — |

