UNPKG

react-material-ui-icon-picker

Version:
23 lines (22 loc) 645 B
<!doctype html> <head> <title>material-ui-icon-picker</title> <link rel="stylesheet" href="example.css"> </head> <body> <div class="container"> <h1>material-ui-icon-picker</h1> <h2><a href="https://github.com/DMDc0de/material-ui-icon-picker">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 Daniele De Matteo. </div> </div> <script src="common.js"></script> <script src="bundle.js"></script> <script src="example.js"></script> </body>