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
- Host: GitHub
- URL: https://github.com/hungdev/react-auto-growing-input
- Owner: hungdev
- Created: 2022-08-10T16:28:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T17:10:14.000Z (almost 4 years ago)
- Last Synced: 2025-10-04T04:01:48.469Z (8 months ago)
- Topics: auto-grow, auto-growing, auto-size, autofit, autogrow, autosize, growing, input
- Language: HTML
- Homepage: https://www.npmjs.com/package/react-auto-growing-input
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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