Panel Component
A CSS implementation of the Sprout panel component.
Related
Sprout Panel documentation [external]
Example
html
<div>
<div class="spr-panel"> I am a panel. I'm literally just an empty container. Hi. </div><br>
<div class="spr-panel spr-panel-mobile"> Mobile full-width panel. </div><br>
</div>
Compiled CSS
Example
scss
@import 'components/panel';