now you can move names from one list to another using drag!
This commit is contained in:
parent
70c9a703c5
commit
a7fa6d620e
6 changed files with 150 additions and 52 deletions
|
@ -9,6 +9,10 @@
|
|||
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@200&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script
|
||||
src="https://drag-drop-touch-js.github.io/dragdroptouch/dist/drag-drop-touch.esm.min.js"
|
||||
type="module"
|
||||
></script>
|
||||
</head>
|
||||
<body style="height: 100%; margin: 0; padding: 0">
|
||||
<div id="app" style="height: 100%"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue