UNPKG

react-edit-inplace

Version:

A simple inline text editor for React with ECMAScript 6 + JSX Harmony syntax

14 lines (13 loc) 378 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>ReactInlineEdit Component</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react-dom.js"></script> </head> <body> <div id='app'></div> <script type="text/javascript" src="index.js"></script> </body> </html>