components / textarea
textarea.
minimal multiline input. matches input — thin border, square corners, vertical resize. optional live character counter that reads '120 / 500' against maxLength and warns as it fills.
0 / 280
installation
bunx @justin06lee/chrome@latest add textareaprops
| name | type | default | description |
|---|---|---|---|
| rows | number | 4 | |
| counter | boolean | false | live character count under the field; pairs with maxLength to show a limit and warn near it. |
| wrapperClassName | string | - | classes for the wrapper that appears when counter is set. |
| background | string | - | CSS background. transparent by default. |
| ...props | TextareaHTMLAttributes | - | all native textarea attributes. |