Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 304 Bytes

d3 bucket ui

A drag & drop bucket to bucket UI. Uses d3 in a minor way since HTML5 Drag and Drop doesn't work well on iOS.

example

var broker = bucket();
d3.selectAll('.bucket-deposit .bucket').call(broker.deposit());
d3.selectAll('.bucket-store .bucket-source').call(broker.store());