apal21 / nextjs-progressbar

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

Add Support for Custom Spinners #66

Closed Duskfen closed 2 years ago

Duskfen commented 2 years ago

Would be great to have support for custom Spinners. To use like that: `

`

Saracevas commented 2 years ago

This package simply integrates NProgress with Next.js Router.

You can already do what you want by modifying the CSS of the spinner or by passing some custom options into the NextNProgress to change the template of NProgress.