Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.