dat.gui/proto/draggable-button.html

18 lines
580 B
HTML

<!doctype html>
<head>
<title>Draggable Button Prototype</title>
<script type = "text/javascript">
// 1. create a container div
// 2. stuff buttons in there via the constructor outlined by george
// a. No Arguments Draggable Input
// • Made up of html input button type of number
// b. Arguments Draggable Input
// • Made up of html input button type of number
// 3.
</script>
</head>
<body>
</body>
</html>