1<TextareaAuto label="Bio" placeholder="Tell us about yourself..." minRows={3} />2<TextareaAuto label="Limited Growth" minRows={2} maxRows={5} />Installation
npx zeroui@latest add textarea-autoProps
| name | type | default | description |
|---|---|---|---|
| label | string | - | - |
| minRows | number | 3 | - |
| maxRows | number | 10 | - |
| helperText | string | - | - |