Listing 7 HTML code of exemplary sliding layer manager
<section class="hawk-sliding-layer-section" data-sliding-layer-manager="1" data-id="1">
<!-- some section's content -->
<section class="hawk-sliding-layer-section__layer">
<section class="edge-section">
<div class="edge-section__edge hawk-sliding-layer-section__button" data-sliding-layer-manager="1" data-id="1">
<div class="edge-section__edge-inner">
<button class="button button--static" type="button">
<div class="button__wrapper">
<div class="button__inner">
Open
</div>
</div>
</button>
</div>
</div>
<div class="edge-section__content">
<!-- some layer's content -->
</div>
</section>
</section>
</section>