🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nprogress-es

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nprogress-es

nprogress rewrite with typescript

latest
Source
npmnpm
Version
1.5.5
Version published
Maintainers
1
Created
Source

nprogress

nprogress rewrite with typescript

Installation

Use npm to install.

$ npm install nprogress-es

Basic usage

Simply use .start() and .done() to control the start and end.

import NProgress from 'nprogress-es'
import 'nprogress-es/nprogress.css' // or import 'nprogress-es/dist/nprogress.css'

NProgress.start()
NProgress.done()

You can also use .set().

NProgress.set(0) // same as NProgress.start()
NProgress.set(100) // same as NProgress.end()

Keywords

nprogress

FAQs

Package last updated on 09 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts