scrollup-header
v2.3.1
Published
Fixed header for mobile devices. Shows up on scroll up
Downloads
51
Readme
ScrollUp Header
Domodule Library to show a header on scroll up on mobile devices.
Installation
npm i scrollup-header
Usage
Use the CSS that's shown on the example and customise to your needs.
<body>
<header class="scrollup-header" data-module="ScrollupHeader" data-module-match="(max-width: 767px)">
<h1>My header</h1>
</header>
... content
</body>