next-page-progress
v1.0.1
Published
Simple slim progress bar on tom of the page for NextJS router.
Downloads
1
Readme
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.
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