react-field-sizing-content
v1.0.0
Published
A React-based ponyfill for `field-sizing: content`
Downloads
101
Maintainers
Readme
react-field-sizing-content
A React-based ponyfill for
field-sizing: content
Install
npm add react-field-sizing-content
Usage
import { Input } from "react-field-sizing-content"
render(
<Input
fieldSizing="content"
// otherwise is identical to `<input/>`
/>
)