Progress indicator component
About
Element showing progress of an action. Can be used with helper text to show the user what the progress is.
Usage
Takes percentage as a parameter and renders progress as filled bar. If percentage is not provided, it will be set to 0.
Install
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
JS
NO JS yet.
Sass/CSS
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