Flexible input and textarea elements which expand and shrink as you type.
npm install flexible-input and elementsThis package implements flexible and which expand and
shrink to fit the content.
Installation:
```
npm install flexible-input
Usage:
`tsx
import {FlexibleInput} from 'flexible-input';
onChange={onChange}
typeahead={'...'}
/>
``
See demo.