react-detachable-window
Version:
Wrap a portion of the DOM or a group of react components and make it detachable into a new window
12 lines • 318 B
HTML
<html>
<head>
<title>Detachable Window Demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./highlight.css">
</head>
<body>
<div id="root"></div>
<script src="index.js"></script>
</body>
</html>