https://github.com/nigelotoole/progress-tracker
A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.
https://github.com/nigelotoole/progress-tracker
css flexbox html progress-tracker sass scss
Last synced: 17 days ago
JSON representation
A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.
- Host: GitHub
- URL: https://github.com/nigelotoole/progress-tracker
- Owner: NigelOToole
- License: mit
- Created: 2016-06-08T15:53:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T06:54:25.000Z (about 2 years ago)
- Last Synced: 2024-04-15T00:25:43.662Z (about 1 year ago)
- Topics: css, flexbox, html, progress-tracker, sass, scss
- Language: HTML
- Homepage: http://nigelotoole.github.io/progress-tracker/
- Size: 1.73 MB
- Stars: 478
- Watchers: 18
- Forks: 57
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SASS Progress Tracker
### A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.### [View demo](http://nigelotoole.github.io/progress-tracker/)
## Installation
```javascript
$ npm install progress-tracker --save
```### Import
After installation you can import it into your Sass files with the statement below.
```scss
@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.
### Markup
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.
```html
```
### Demo site
Clone or download from Github.
```javascript
$ npm install
$ gulp serve
```
### License
MIT © Nigel O Toole