Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@campusrush/react-page-scroller
Advanced tools
Simple React component for smoothy full-page scolling
Simple React component for smoothy full-page scolling.
You can scroll the page using mouse wheel, touch scroll or keyboard arrows.
Live demo: vikliegostaiev.github.io/react-page-scroller
To run demo app locally:
npm install
npm start
App will start on localhost:3000.
via npm:
npm install react-page-scroller --save
import ReactPageScroller from 'react-page-scroller';
Example is in demo/src.
Property | Type | Description | Default Value |
---|---|---|---|
animationTimer | number | Animation duration in milliseconds | 1000 |
animationTimerBuffer | number | Animation buffer timing | 200 |
blockScrollUp | bool | block scroll up | false |
blockScrollDown | bool | block scroll down | false |
containerHeight | number/string | height of react-page-scroller element | 100vh |
containerWidth | number/string | width of react-page-scroller element | 100vw |
customPageNumber | number | external selected page, number of pages should start from 0, should be combined with pageOnChange usage (see example in demo/src/FullPage.js for more information). This prop was introduced as a replacement for "goToPage" method from legacy version | |
renderAllPagesOnFirstRender | bool | flag for render all pages at first render of component | |
transitionTimingFunction | String | CSS transition timing function name | ease-in-out |
handleScrollUnavailable | function | callback, is calling when someone tries to scroll over last or first child component | |
onBeforePageScroll | function | callback before page scroll occured (passes the index of next page in argument) | |
pageOnChange | function | callback after page was scrolled |
Property | Type | Description | Default Value |
---|---|---|---|
height | number | height in percentage (i.e. 20, 50) | 100 |
react-page-scroller requires:
Property | Type | Description | Default Value |
---|---|---|---|
animationTimer | number | Animation duration in milliseconds | 1000 |
transitionTimingFunction | String | CSS transition timing function name | ease-in-out |
pageOnChange | function | callback on page scroll | |
goToPage | function | using with ref, go to selected page, number of pages must start from 0 | |
scrollUnavailable | function | callback, is calling when someone tries to scroll over last or first child component | |
containerHeight | number/string | height of react-page-scroller element | 100vh |
containerWidth | number/string | width of react-page-scroller element | 100vw |
blockScrollUp | bool | block scroll up | false |
blockScrollDown | bool | block scroll up | false |
FAQs
Simple React component for smoothy full-page scolling
The npm package @campusrush/react-page-scroller receives a total of 1 weekly downloads. As such, @campusrush/react-page-scroller popularity was classified as not popular.
We found that @campusrush/react-page-scroller demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.