Popularity
7.0
Stable
Activity
0.0
Stable
1,850
21
148
Programming language: JavaScript
License: MIT License
Latest version: v3.1.0
react-headroom alternatives and similar libraries
Based on the "Sticky" category.
Alternatively, view react-headroom alternatives based on common mentions on social networks and blogs.
-
react-sticky-state
ReactStickyState makes native position:sticky statefull and polyfills the missing sticky browser feature
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of react-headroom or a related project?
README
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>