@rlyle1179/react-treeview
Version:
A modern, themable and configurable treeview for React.
17 lines (13 loc) • 471 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DeniReactTreeview - Examples</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/16.2.0/umd/react.production.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.2.0/umd/react-dom.production.min.js"></script>
</head>
<body>
<div id="root"></div>
<script src="bundle.js"></script>
</body>
</html>