3.0.5 • Published 4 years ago

react-headroom-forked v3.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-headroom

Hide your header until you need it.

Demo

http://kyleamathews.github.io/react-headroom

Install

npm install react-headroom

Usage

A simple example, see the docs site for more examples and documentation.

<Headroom>
  <h1>You can put anything you'd like inside the Headroom Component</h1>
</Headroom>