Drag Drop Components

Painless drag-and-drop with web components and no framework at all.

View the Project on GitHub yookoala/dragdrop-components

Examples

Example 1: Kanban UI

A very simple Kanban-ish example, where child can be dragged around into different “board” on the page.

One of the child has a container nested inside. Other child can be dragged into and out of the nested item with ease.

Example 2: RPG Grid

A grid structure where every cell can only accept 1 child. Suitable for board games UI and etc.