0.0.2 • Published 2 years ago

@akrc/next-progress v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Next-progress

Yet another progressbar for next.js

Installation

pnpm install @akrc/next-progress

Usage

/* pages/app.[jt]sx */
import { useProgress } from '@akrc/next-progress';

export default function MyApp({ Component, pageProps }: AppProps) {
    useProgress();
    return <Component {...pageProps} />;
}
0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago