UNPKG

react-editable-fields

Version:
22 lines (20 loc) 665 B
<!DOCTYPE html> <html> <head> <title> React Editable Fields </title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <!-- <link rel="stylesheet" href="/assets/style.css"> --> <script src="http://code.jquery.com/jquery-2.1.3.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <div class="jumbotron"> <!-- <h1>React X-editable Examples</h1> <p>This is how React X-editable looks like.</p> --> <div id="root"></div> </div> </div> <script src="bundle.js"></script> </body> </html>