Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 486 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 486 Bytes

Simple Drag and Drop Example with Bacon.js

In this example we are building a simple Kanban board with some cards, and we want to add some functionality so that we can click on these cards, drag them around and when we let them go they will either snap back to their original position or move into a new column.

bacon-dnd

Disclaimer: This example is based on Blake Haswell's talk on FRP at SydJS back in March 2016.