apal21 / nextjs-progressbar

A simple Next.js progressbar component using NProgress.
https://www.npmjs.com/package/nextjs-progressbar
MIT License
780 stars 61 forks source link

Add showSpinner prop #43

Closed max-programming closed 3 years ago

max-programming commented 3 years ago

I couldn't get a showSpinner prop in the props to stop showing the spinner while loading

apal21 commented 3 years ago

Use this:

<NextNprogress
  options={{ showSpinner: false }}
/>

Ref: https://github.com/rstacruz/nprogress#configuration

max-programming commented 3 years ago

I actually did not get any intellisense in the IDE.

max-programming commented 3 years ago

I actually did not get any intellisense in the IDE.

max-programming commented 3 years ago

I actually did not get any intellisense in the IDE.

max-programming commented 3 years ago

I actually did not get any intellisense in the IDE.

max-programming commented 3 years ago

I actually did not get any intellisense in the IDE.