react-material-ui-icon-picker
Version:
material-ui-icon-picker
23 lines (22 loc) • 645 B
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 © 2017 Daniele De Matteo.
</div>
</div>
<script src="common.js"></script>
<script src="bundle.js"></script>
<script src="example.js"></script>
</body>