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

Force show of the spinner #65

Closed simplenotezy closed 2 years ago

simplenotezy commented 2 years ago

How can I manually trigger the spinner? Or force it to be shown? E.g. when wanting to style it.

simplenotezy commented 2 years ago
import NProgress from 'nprogress';
NProgress.start();