Skip to content

Instantly share code, notes, and snippets.

@CriptoCosmo
CriptoCosmo / riot-dnd-list.html
Created June 7, 2018 08:48
Drag and Drop list by riot.js
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Drag and Drop on a list</title>
<style>
body,html { height: 100%; padding: 0; margin: 0; }
ul {
width: 100%;
height: 100%;