1.0.1 • Published 5 years ago

next-page-progress v1.0.1

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

next-page-progress

WARNING! The library is in development and currently doesn't work.

Simple slim progress bar on tom of the page for NextJS router.

NPM JavaScript Style Guide

Install

npm install --save next-page-progress

Usage

import * as React from 'react'

import PageProgress from 'next-page-progress'

class Example extends React.Component {
  render () {
    return (
      <PageProgress color="#ffffff" height={3} />
    )
  }
}

License

MIT © Antonina Lebedeva