Textarea
Multi-line text input for longer content and descriptions.
Installation
Add the component to your project using the following command:
Usage
Import
Import the component and its related parts.
Structure
The expected structure and composition of the component.
Props
Each component part, its responsibility, and the props it exposes.
<Textarea>
This component extends the JSX textarea element.
Name
Default
Options
`variant`
`default`
`default``subtle`
Examples
Subtle
To create a subtle textarea, use the variant="subtle" prop.