react-autoheight-textarea
v1.1.2
Published
```javascript import AutoTextArea from 'react-autoheight-textarea' <AutoTextArea maxLength={300} />
Downloads
3
Readme
React 高度自动撑开文本域 🎉🎉🎉
代码
import AutoTextArea from 'react-autoheight-textarea'
<AutoTextArea maxLength={300} />
/**
* params maxLength: 默认3000
* params placeholder: 默认'请输入'
* params value: 初始值
* params onChange
*/