react-headscroll
v2.1.13
Published
Hide your header on scroll. react-headroom Fork
Downloads
4
Maintainers
Readme
react-headscroll
Hide your header on scroll
Install
npm install react-headscroll
Usage
Examples and documentation.
<Headscroll
fixed={true}
offsettop={-64}
upTolerance={2}
downTolerance={2}
position="top"
>
<header />
</Headscroll>