Popularity
6.9
Growing
Activity
4.2
-
1,473
21
143
Monthly Downloads: 0
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-stickynode
A performant and comprehensive React sticky. -
react-sticky-state
React StickyState Component makes native position:sticky statefull and polyfills the missing sticky browser feature. -
react-listview-sticky-header
React listview with sticky section header. -
ReactStickyHeadroom
ReactStickyHeadroom is a React component, that hides your header when you scroll down and shows it once you're scrolling up again.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
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>