react-cool-draggable
Version:
Drag-n-drop react library (component) for horizontal and vertical lists.
28 lines (26 loc) • 722 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Trello app</title>
<style>
*, *::after, *::before {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
font-family: sans-serif;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div id="root"></div>
<script src="./build.js"></script>
</body>
</html>