Popularity
7.0
Stable
Activity
0.0
Declining
1,768
19
151
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-listview-sticky-header
react listview with sticky section header -
react-sticky-state
ReactStickyState makes native position:sticky statefull and polyfills the missing sticky browser feature -
ReactStickyHeadroom
A React Component to hide a Header using CSS sticky position
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files 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>