# d3-bucket-ui **Repository Path**: mirrors_mapbox/d3-bucket-ui ## Basic Information - **Project Name**: d3-bucket-ui - **Description**: a drag and drop bucket ui for d3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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 ```js var broker = bucket(); d3.selectAll('.bucket-deposit .bucket').call(broker.deposit()); d3.selectAll('.bucket-store .bucket-source').call(broker.store()); ```