A React-based ponyfill for
field-sizing: content
npm add react-field-sizing-content
import { Input } from "react-field-sizing-content"
render(
<Input
fieldSizing="content"
// otherwise is identical to `<input/>`
/>
)
A React-based ponyfill for `field-sizing: content`
TypeScriptMIT