https://github.com/ratson/react-grounding
Like react-headroom, but at the bottom.
https://github.com/ratson/react-grounding
Last synced: 11 months ago
JSON representation
Like react-headroom, but at the bottom.
- Host: GitHub
- URL: https://github.com/ratson/react-grounding
- Owner: ratson
- Created: 2016-07-07T15:44:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T17:09:38.000Z (about 9 years ago)
- Last Synced: 2025-07-20T09:52:38.752Z (11 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-grounding
Like react-headroom, but at the bottom.
## Installation
```
npm install react-grounding --save
```
## Usage
```js
import Grounding from 'react-grounding'
I am on the ground.
```