{{#> web/layout/default title="Stack" parentPageName="Components" }}
{{setVar "blocks" "Block 1" "Block 2" "Block 3" }}
Stacked Blocks
{{#each @root.blocks as |block|}}
-
{{block}}
{{/each}}
Stacked Blocks with Vertical Spacing
{{#each @root.blocks as |block|}}
-
{{block}}
{{/each}}
Stacked Blocks with Inner Dividers and Vertical Spacing
Stacked Blocks with Inner and Outer Dividers and Vertical Spacing
Stacked Blocks with Inner Dividers without Vertical Spacing
Stacked Blocks with Custom Spacing
{{#each @root.blocks as |block|}}
-
{{block}}
{{/each}}
Stacked Blocks with Custom Spacing from Tablet Breakpoint
{{#each @root.blocks as |block|}}
-
{{block}}
{{/each}}
Stacked Blocks with Custom Spacing for Each Breakpoint
{{#each @root.blocks as |block|}}
-
{{block}}
{{/each}}
Stacked Blocks with Custom Spacing and Inner and Outer Dividers
{{/web/layout/default }}