next-nprogress-bar
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "next-nprogress-bar", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "NextJS progress bar compatible with new app directory", | ||
@@ -5,0 +5,0 @@ "repository": { |
<div align="center"> | ||
<h1>Next NProgress bar</h1> | ||
<p>NProgress integration on next.js compatible with /app and /pages folders</p> | ||
<p>NProgress integration on Next.js compatible with /app and /pages folders</p> | ||
</div> | ||
@@ -51,3 +51,3 @@ | ||
```javascript | ||
import NextProgress from 'next-progress'; | ||
import ProgressBar from 'next-nprogress-bar'; | ||
``` | ||
@@ -54,0 +54,0 @@ |
18379