Installation
For npm users:
Loading...
For yarn users:
Loading...
For pnpm users:
Loading...
QuickStart
- create a new nextjs app with pnpm create next-app, select yes for App Router.
- run pnpm i narpt.
- replace app/layout.jswith the following code.
- replace app/page.jswith the following code.
- create a new page app/about/page.jsand insert the following code.
Loading...
Loading...
Loading...
Customised page transition
For more customised animation check out useTransition() hook.