https://github.com/vasanthk/react-inline-edit
React Inline Edit is a component that allows inline/in-place edits.
https://github.com/vasanthk/react-inline-edit
Last synced: 4 months ago
JSON representation
React Inline Edit is a component that allows inline/in-place edits.
- Host: GitHub
- URL: https://github.com/vasanthk/react-inline-edit
- Owner: vasanthk
- Created: 2015-05-16T07:24:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T17:38:10.000Z (over 10 years ago)
- Last Synced: 2025-10-29T06:44:36.381Z (8 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-inline-edit
- Size: 629 KB
- Stars: 36
- Watchers: 2
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Inline Edit
Allows you to to make inline/in-place edits to the text rendered inside the component.
Support: Chrome, Firefox, Safari and IE 9+
The new version comes with a simpler API which uses `` input elements that auto resize to fit in the text edits.
The [previous version](https://github.com/vasanthk/react-inline-edit/tree/contenteditable-version) (v 1.x.x) of this module used `contenteditable` which was quirky by spec and had various issues.
## Install
```
$ npm i react-inline-edit
```
## Demo

You can play around with the demo code in the [demo](demo) folder.