Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 430 Bytes

Kanban Board

Quick tiny vanilla js code for good looking (and working) kanban board

Screenshot

Kanban board

Working Demo:

https://cdn.rawgit.com/scazzy/kanban-board/cfeefc59/index.html

Dependencies:

  • Lodash

Compatibility

  • Uses HTML5 Drag & Drop api. Might not work in older browsers
  • To support older browsers, you can use mouseup mousedown mousemove events instead