Popularity
7.0
Stable
Activity
0.0
Stable
1,793
21
154
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 component. -
react-sticky-state
ReactStickyState makes native position:sticky statefull and polyfills the missing sticky browser feature -
react-listview-sticky-header
react listview with sticky section header -
ReactStickyHeadroom
A React Component to hide a Header using CSS sticky position
Appwrite - The open-source backend cloud platform
The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
Promo
appwrite.io
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>