flexible-input
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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-input

Usage:

import {FlexibleInput} from 'flexible-input';

<FlexibleInput
  value={value}
  onChange={onChange}
  typeahead={'...'}
/>

Preview

See demo.

Package Sidebar

Install

npm i flexible-input

Weekly Downloads

15

Version

1.0.3

License

none

Unpacked Size

13.9 kB

Total Files

8

Last publish

Collaborators

  • streamich