Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.