Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 624 Bytes

File metadata and controls

24 lines (17 loc) · 624 Bytes

@webappsconception/react-headroom

Hide your header until you need it.

💡 Note Rudy : This project uses version v3.2.1 of the official repository KyleAMathews/react-headroom in React 19.

Demo

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

Install

npm install @webappsconception/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>