giannissc / druid-extras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid Layout Widget

giannissc opened this issue · comments

Workflow:

  • Grid Widget is initialized with a number of rows/columns.
  • Each child widget specifies its starting row/column and its span
  • Children can optionally set their staring position relative to other elements (using IDs)

Relevant Resources:

Implemented by Taffy