# react-fluid-textarea

> Automatically resizes your text area to the amount you type.

Latest version **0.0.2** (published 2017-12-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-fluid-textarea
pnpm add react-fluid-textarea
yarn add react-fluid-textarea
bun add react-fluid-textarea
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2017-12-03 |
| First published | 2017-12-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Martin Dawson |
| Maintainers | yoshimiii |
| Keywords | react, resizable, textarea, resize textarea, resizable textarea, fluid textarea, fluid |

## Links

- npm: https://www.npmjs.com/package/react-fluid-textarea
- Repository: https://github.com/MartinDawson/react-fluid-textarea
- Homepage: https://github.com/MartinDawson/react-fluid-textarea#readme
- Issues: https://github.com/MartinDawson/react-fluid-textarea/issues
- npm.io page: https://npm.io/package/react-fluid-textarea

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2017-12-03
- 0.0.1 — 2017-12-02

## README

# react-fluid-textarea
Automatically resizes your text area to the amount you type.

![Example Gif](https://user-images.githubusercontent.com/15030491/33520883-7c6fa288-d7c3-11e7-90c0-6f0ffef8f5b4.gif)

## Install
`npm install react-fluid-textarea`

### Props
You can pass all custom props that you would normally do to a text area. This component will just pass them to the inner `textarea` as normal apart from the `style` attribute which will do a shallow merge.

### How to use
```js
import ResizableTextArea from 'react-fluid-textarea';

const MyComponent = () => (
  <ResizableTextArea placeholder="Add your text here..." />
);
```

---
_Source: https://npm.io/package/react-fluid-textarea · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
