flexible-input

Flexible input and textarea elements which expand and shrink as you type.

4 个版本
安装
npm install flexible-input
yarn add flexible-input
pnpm add flexible-input
bun add flexible-input
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-input

Usage:

import {FlexibleInput} from 'flexible-input';

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

Preview

See demo.

版本列表
1.0.3 2023-12-01
1.0.2 2023-12-01
1.0.1 2023-12-01
1.0.0 2023-12-01