Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-x-/react-edit-in-place
3 Modes edit-in-place component: static, active, pending. Can cancel changes.
https://github.com/a-x-/react-edit-in-place
control in-place in-place-editor inline-editing inline-editor inplace react react-component
Last synced: 11 days ago
JSON representation
3 Modes edit-in-place component: static, active, pending. Can cancel changes.
- Host: GitHub
- URL: https://github.com/a-x-/react-edit-in-place
- Owner: a-x-
- Created: 2017-06-28T13:14:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T15:53:45.000Z (over 7 years ago)
- Last Synced: 2024-11-12T05:35:02.824Z (2 months ago)
- Topics: control, in-place, in-place-editor, inline-editing, inline-editor, inplace, react, react-component
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-edit-in-place
USE [riek](https://www.npmjs.com/package/riek) instead of [react-editinplace](https://github.com/nezriffic/react-editinplace), [ReactInlineEdit](https://github.com/kaivi/ReactInlineEdit).
**riek** [demo](http://kaivi.github.io/riek/).
- [riek](https://github.com/kaivi/riek) - have all you need: 3-mode, custom components, a lot of editor components out of the box.
- [react-editinplace](https://github.com/nezriffic/react-editinplace) - has 2 stages and based on input only. This component has also `` specialization out of the box and make possible use your own component for editing.
- [ReactInlineEdit](https://github.com/kaivi/ReactInlineEdit) - riek's parent.