0.1.4 • Published 7 years ago

scroll-progress-react v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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.

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago