Packages

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

Current section

Files

Jump to
legos include legos@input_Box.hrl
Raw

include/legos@input_Box.hrl

-record(box, {
bottom :: integer(),
left :: integer(),
right :: integer(),
top :: integer()
}).