An open API service indexing awesome lists of open source software.

https://github.com/streamich/flexible-input

Autosizing <input> and <textarea> elements, which expand and shrink to fit contents
https://github.com/streamich/flexible-input

Last synced: 4 months ago
JSON representation

Autosizing <input> and <textarea> elements, which expand and shrink to fit contents

Awesome Lists containing this project

README

          

# Flexible `` and `` elements

This package implements flexible `` and `` which expand and
shrink to fit the content.

## Usage

Installation:

```
npm install flexible-input
```

Usage:

```tsx
import {FlexibleInput} from 'flexible-input';

```

## Preview

See [demo](https://streamich.github.io/flexible-input/?path=/story/flexibleinput--interactive).