Packages

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

Current section

Files

Jump to
legos include legos@input_Label.hrl
Raw

include/legos@input_Label.hrl

-record(label, {
location :: legos@input:label_location(),
attrs :: list(legos@internal@model:attribute(legos@internal@model:aligned(), any())),
content :: legos@internal@model:element(any())
}).