Textarea
The textarea component is a simple textarea field that can be used to take user input.
Imports
`Textarea` - The actual textarea component, it's also exported as default.
Installation
npx neel-ui add textarea
Example
API Reference
Props of the `textarea` component. * denotes the default value.
Attribute
Type
Description
Parent
placeholder
`string`
The placeholder of the textarea.
`Textarea`
value
`string`
The value of the textarea.
`Textarea`