Element showing progress of an action. Can be used with helper text to show the user what the progress is.
Takes percentage as a parameter and renders progress as filled bar. If percentage is not provided, it will be set to 0.
This repository is distributed with [npm][https://www.npmjs.com/]. After [installing npm][https://www.npmjs.com/get-npm] and yarn, you can install vf-progress-indicator
with this command.
$ yarn add --dev @visual-framework/vf-progress-indicator
NO JS yet.
The style files included are written in Sass. If you're using a VF-core project, you can import it like this:
@import "@visual-framework/vf-progress-indicator/index.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter