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

https://github.com/hungdev/react-auto-growing-input

<input /> component for React which grows with content
https://github.com/hungdev/react-auto-growing-input

auto-grow auto-growing auto-size autofit autogrow autosize growing input

Last synced: 4 months ago
JSON representation

<input /> component for React which grows with content

Awesome Lists containing this project

README

          

# React Auto Growing Input

A text input component for React which grows with content

## Demo

[https://codesandbox.io/s/react-auto-growing-input-i3hspx](https://codesandbox.io/s/react-auto-growing-input-i3hspx)

## Installation

```bash
npm install --save react-auto-growing-input
```

## Usage

```jsx
import React from 'react';
import ReactAutoGrowingInput from 'react-auto-growing-input';

const App = () => (
console.log(event.target.value)}
/>
);
```

## Props
it inherits all props of input

size: number, default: 4