UNPKG

react-event-calendar

Version:
28 lines (27 loc) 868 B
<!doctype html> <head> <title>react-event-calendar</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="example.css"> </head> <body> <div class="container"> <div class="row"> <h1>react-event-calendar</h1> <a href="https://github.com/dptoot/react-event-calendar">View project on GitHub</a> </div> <br /> <!-- the example app is rendered into this div --> <div id="app"></div> <div class="hint"> <!-- put any hints about your component example here --> </div> <div class="footer"> Copyright &copy; 2015 James Lewis. </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.6.15/browser-polyfill.min.js"></script> <script src="common.js"></script> <script src="bundle.js"></script> <script src="example.js"></script> </body>