Section component for wrapping sections. Give a section id by giving it an id
property.
Section component can have grey background by setting background
to grey
.
<div class="section section--top-gutter-2 section--bottom-gutter-2 section--background-grey" id="section-1">
Section content goes here
</div>
{
"language": "en-US",
"content": "Section content goes here",
"id": "section-1",
"topGutter": 2,
"bottomGutter": 2,
"background": "grey"
}