UNPKG

react-xeditable

Version:
22 lines (20 loc) 649 B
<!DOCTYPE html> <html> <head> <title>React X-editable Examples</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> <script src="{{entry}}"></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="content"></div> </div> </div> </body> </html>