Loading Bar

From ImpVis Wiki
Revision as of 13:15, 25 June 2021 by Admin (talk | contribs) (Created page with "The <code>iv-loading-bar</code> is a non-reactive that takes in a number and display the number through its percentage width. == Usage == <div class="res-img"> File:Loading...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The iv-loading-bar is a non-reactive that takes in a number and display the number through its percentage width.

Usage

Picture of the loading bar at 0% completeness.

LoadingBar2.png

LoadingBar3.png


Props

Name: loadingProgress

Type: Number

Default: 0

Description: The number that is taken in and turned into percentage width of the blue progress bar.