UNPKG

react-custom-selector

Version:
23 lines (22 loc) 622 B
<!doctype html> <head> <title>react-custom-selector</title> <link rel="stylesheet" href="example.css"> </head> <body> <div class="container"> <h1>Simple react selector</h1> <h2><a href="https://github.com/mariostasos/react-custom-selector">View project on GitHub</a></h2> <!-- 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; 2017 mariostasos. </div> </div> <script src="common.js"></script> <script src="bundle.js"></script> <script src="example.js"></script> </body>