There are no notes for this item.
- Handle: @col-100--no-divider-bordered
- Variants (6): No divider, no treatment , Divider, no treatment , Divider, bordered , Divider, shaded , No divider, bordered , No divider, shaded
- Preview:
- Filesystem Path: src\components\03-utilities\grid\col-100\col-100.hbs
- References (1): @placeholder
<div class="Rowstart grid_whole Inset Page">
<div class="Bordered">
<div class="grid_inner">
<div class="ContentBlock placeholder">Content</div>
</div>
</div>
</div>
<div class="Rowstart{{#if class}} {{class}}{{/if}} grid_whole{{#if treatment}} Inset{{/if}} Page{{pageId}}">
{{#if topDividerLines}}
<hr />
{{/if}}
{{#if treatment}}
<div class="{{treatment}}">
{{/if}}
<div class="grid_inner">
{{#> columnContentA}}{{render '@placeholder'}}{{/columnContentA}}
</div>
{{#> redefineColumnA}}{{/redefineColumnA}}
{{#if treatment}}
</div>
{{/if}}
</div>
{
"pageId": null,
"topDividerLines": false,
"treatment": "Bordered",
"columnContentA": true,
"redefineColumnA": null
}