
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-fullpage-partial-scroll
Advanced tools
Fullscreen scroll & partialy applicable & scrollable when tall
https://thierryc.github.io/react-fullpage/
another demo:
https://thierryc.github.io/react-fullpage-example/
This project is still in a very early stage. You shouldn't use this for production unless you really know what you're doing. 🖖
Create Fullscreen Scrolling Websites
npm install --save @ap.cx/react-fullpage
import React, { Component } from 'react'
import Fullpage, { FullPageSections, FullpageSection } from '@ap.cx/react-fullpage'
export default class App extends Component {
render () {
return (
<Fullpage>
<FullPageSections>
<FullpageSection style={{
backgroundColor: 'lime',
height: '80vh',
padding: '1em',
}}>1</FullpageSection>
<FullpageSection style={{
backgroundColor: 'coral',
padding: '1em',
}}>2</FullpageSection>
<FullpageSection style={{
backgroundColor: 'firebrick',
padding: '1em',
}}>3</FullpageSection>
</FullPageSections>
</Fullpage>
)
}
}
Migation from previous version.
Add the ``` <FullPageSections> ... </FullPageSections>```
npm i babel-polyfill
import "babel-polyfill";

open 2 terminal
In the first terminals windows.
> npm i
> npm link
> npm start
In the second terminal
> cd example
> npm i
> npm link @ap.cx/react-fullpage
> npm start
Special thanks to BrowserStack for sponsoring this plugin. 👍
WWWWWW||WWWWWW
W W W||W W W
||
( OO )__________
/ | \
/o o| MIT \
\___/||_||__||_|| *
|| || || ||
_||_|| _||_||
(__|__|(__|__|
MIT © thierryc Copyright (c) 2018-present anotherplanet.io, hello@anotherplanet.io
FAQs
Fullscreen scroll & partialy applicable & scrollable when tall
The npm package react-fullpage-partial-scroll receives a total of 0 weekly downloads. As such, react-fullpage-partial-scroll popularity was classified as not popular.
We found that react-fullpage-partial-scroll demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.