Section Header
Examples for the ss-c-section-header module.
Pairs a title with an optional count over a bottom rule. Use it to head a grid or list.
Default
Recent studies
24
HTML
<div class="ss-c-section-header">
<span class="ss-c-section-title">Recent studies</span>
<span class="ss-c-section-count">24</span>
</div>
Without count
Archive
HTML
<div class="ss-c-section-header">
<span class="ss-c-section-title">Archive</span>
</div>