react-tabtab-next
Version:
A mobile support, draggable, editable and api based Tab for ReactJS
27 lines (25 loc) • 858 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>react-tabtab-next</title>
<script defer src="./main.js"></script></head>
<body>
<div class="header">
<h2>react-tabtab-next</h2>
<a
class="github-button"
href="https://github.com/onmotion/react-tabtab-next"
data-size="large"
data-show-count="true"
aria-label="Star onmotion/react-tabtab-next on GitHub"
>
Star
</a>
</div>
<div id="root"></div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>