New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

scroll-progress-react

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scroll-progress-react

page scroll progress bar

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

scroll-progress-react

Build Status

React component that tracks a users progress through a page as they scroll.

###Getting Started

$ npm install scroll-progress-react

###In React

import React, { Component } from 'react';
import ScrollProgress from 'scroll-progress-react`;

class Demo extends Component {
  render () {
    return (<ScrollProgress />);
  }
}

export default Demo;

###Props

propTypeDefault
styleObject
classNameStringscroll-progress-react

Due to the nature of HTML5 progress bars, prefer to use CSS files select by the above class name.

Keywords

scroll

FAQs

Package last updated on 10 Feb 2017

Did you know?

Socket

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.

Install

Related posts