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

Force show of the spinner

simplenotezy opened this issue · comments

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

import NProgress from 'nprogress';
NProgress.start();