UNPKG

react-inline-edit

Version:

A React component that allows inline/in-place edits.

16 lines 270 B
<!DOCTYPE html> <head> <style> body { background: #E0E0E0; } </style> <title>React Inline Edit</title> </head> <body> <h1>React Inline Edit</h1> <body> <div id='root'></div> <script src="./dist/bundle.js"></script> </body> </body>