1.0.0-alpha.3 • Published 3 years ago

@visual-framework/vf-progress-indicator v1.0.0-alpha.3

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
3 years ago

Progress indicator component

npm version

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. After installing 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

Help