UNPKG

react-pencil

Version:

A React component that allows single and multiline in-place edits.

14 lines (13 loc) 322 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>React-pencil examples</title> <link rel="stylesheet" type="text/css" href="main.css"> </head> <body> <div id="showcase"></div> <script src="./index.js"></script> </body> </html>