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
- Host: GitHub
- URL: https://github.com/streamich/flexible-input
- Owner: streamich
- Created: 2023-12-01T01:23:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-15T22:15:30.000Z (9 months ago)
- Last Synced: 2025-10-19T08:03:47.007Z (8 months ago)
- Language: TypeScript
- Homepage: https://streamich.github.io/flexible-input/
- Size: 14.5 MB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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).