
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@nadfri/react-scroll-progress-bar
Advanced tools
### Add a progress bar on the top of your page to indicate the position of the scroll page
react
npm i @nadfri/react-scroll-progress-bar
https://npm-react-scroll-progress-bar.netlify.app/
//Import ProgressBar component
import { ProgressBar } from '@nadfri/react-scroll-progress-bar';
export default function App() {
return (
<div style={{height: "200vh"}}>
<ProgressBar />
{/*or*/}
<ProgressBar
color1 = "gray"
color2 = "gold"
height = "4px"
position = "fixed"
/>
</div>
);
}
If you use <ProgressBar/>
without props, default values are:
gray
(color1)gold
(color2)fixed
(position)4px
(height)color1
| color of the container (ex:"gray", "#fff')color2
| color of the progress bar (ex: "red", "rgb(0,0,0)")height
| height of the progress bar (ex: "10px", "10%", "1vh")position
| Position of the progress bar (ex: "absolute", "fixed", "sticky", "relative")You can use all css values for this properties.
FAQs
### Add a progress bar on the top of your page to indicate the position of the scroll page
The npm package @nadfri/react-scroll-progress-bar receives a total of 18 weekly downloads. As such, @nadfri/react-scroll-progress-bar popularity was classified as not popular.
We found that @nadfri/react-scroll-progress-bar 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.