https://github.com/noeldelgado/get-scrollingelement
:scroll: Returns a reference to the Element that scrolls the document
https://github.com/noeldelgado/get-scrollingelement
scrollingelement
Last synced: about 1 year ago
JSON representation
:scroll: Returns a reference to the Element that scrolls the document
- Host: GitHub
- URL: https://github.com/noeldelgado/get-scrollingelement
- Owner: noeldelgado
- License: mit
- Created: 2017-07-22T06:50:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T03:50:23.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T21:27:45.759Z (over 1 year ago)
- Topics: scrollingelement
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# get-scrollingelement [](https://www.npmjs.com/package/get-scrollingelement) 
Returns a reference to the Element that scrolls the document.
## Install
```sh
npm i get-scrollingelement --save
```
## Usage
```js
import GetScrollingElement from 'get-scrollingelement';
const scrollingElement = GetScrollingElement();
```
## License
MIT © [Noel Delgado](http://pixelia.me/)