Textarea
A textarea form input element for collecting long user info.
Installation
Run the following command
npx cedar-ui@latest add textarea
npm i @aminnausin/cedar-ui
or download the following folders to your project:
@/components/cedar-ui/textarea
The Textarea component is intended for use within a form and given a FormField
.
See installations instructions for the Form component.