Panel

Examples for the ss-c-panel module.

Default

Panel header
Body content sits here.
HTML
<div class="ss-c-panel">
            <div class="ss-c-panel__header">Panel header</div>
            <div class="ss-c-panel__body">Body content sits here.</div>
            <div class="ss-c-panel__footer">Footer</div>
        </div>

Header and body only

Layers
The footer slot is optional.
HTML
<div class="ss-c-panel">
            <div class="ss-c-panel__header">Layers</div>
            <div class="ss-c-panel__body">The footer slot is optional.</div>
        </div>