column

NAML documentation   Watch a video
   Usages of this macro
... in layout.naml
23
24
25
26
27
<macro name="column" dot_parameter="contents" parameters="width">
    <div class="column" style="[n.width_style
Macro
Parameters: width
.width/]">
        <n.contents/>
    </div>
</macro>