Header (Element)
Example HTML of the header:
<!-- Invisible container used for behavior and interaction -->
<header class="header-wrapper"
data-sticky-header="true"
data-hide-on-scroll="true"
data-hide-at="200"
data-show-on-scroll-up="true"
data-skip-link="true">
<!-- Your actual header for content and styling -->
<div class="header">
<!-- Header Content -->
</div>
</header>Data Attributes Configuration
Attribute
Type
Default
Description
Behavioral Details
CSS Variables
State Classes
Hide Logic Modes
Skip Link
Last updated