Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos include legos@internal@model_GridPosition.hrl
Raw

include/legos@internal@model_GridPosition.hrl

-record(grid_position, {
row :: integer(),
col :: integer(),
width :: integer(),
height :: integer()
}).