material-ui-pagination-react
Version:
24 lines (23 loc) • 632 B
HTML
<head>
<title>Pagination</title>
<link rel="stylesheet" href="example.css">
</head>
<body>
<div class="container">
<h1>Pagination</h1>
<h2><a
href="https://github.com/bansalrachita/material-ui-pagination-react">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 Rachita Bansal.
</div>
</div>
<script src="common.js"></script>
<script src="bundle.js"></script>
<script src="example.js"></script>
</body>