apal21 / nextjs-progressbar

A simple Next.js progressbar component using NProgress.

Home Page:https://www.npmjs.com/package/nextjs-progressbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support for Custom Spinners

Duskfen opened this issue · comments

Would be great to have support for custom Spinners.
To use like that:
<NextNProgress color="black" height="2" > <MyCustomSpinner></MyCustomSpinner> </NextNProgress>

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.