Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
progress-tracker
Advanced tools
A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.
$ npm install progress-tracker --save
After installation you can import it into your Sass files with the statement below.
@import "node_modules/progress-tracker/src/styles/progress-tracker.scss";
The JS that is part of this site is just for demonstration purposes, add your own JS as needed to toggle the classes for the step states.
Follow the HTML code example below for basic usage; each demo sets the first two steps as complete, the third step as active and the last two steps as inactive.
For additional styles add modifier classes and additional markup as needed in the examples below. You can add multiple modifier classes to achieve additional styles that those shown below.
<ul class="progress-tracker">
<li class="progress-step is-complete">
<div class="progress-marker"></div>
</li>
<li class="progress-step is-complete">
<div class="progress-marker"></div>
</li>
<li class="progress-step is-active">
<div class="progress-marker"></div>
</li>
<li class="progress-step">
<div class="progress-marker"></div>
</li>
<li class="progress-step">
<div class="progress-marker"></div>
</li>
</ul>
Clone or download from Github.
$ npm install
$ gulp serve
MIT © Nigel O Toole
FAQs
A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.
The npm package progress-tracker receives a total of 4,025 weekly downloads. As such, progress-tracker popularity was classified as popular.
We found that progress-tracker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.