Package Exports
- flexible-input
- flexible-input/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (flexible-input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Flexible <input> and <textarea> elements
This package implements flexible <input> and <textarea> which expand and
shrink to fit the content.
Usage
Installation:
npm install flexible-inputUsage:
import {FlexibleInput} from 'flexible-input';
<FlexibleInput
value={value}
onChange={onChange}
typeahead={'...'}
/>Preview
See demo.