vue-atlas icon indicating copy to clipboard operation
vue-atlas copied to clipboard

[Feature request] ProgressBar component

Open nvms opened this issue 6 years ago • 0 comments
trafficstars

props to be considered:

  1. animated, Boolean - a looped animation to convey live activity
  2. width, String - 100% by default, accept same values as Input (xs, sm, md, lg, xl, or any px/em value)
  3. graded, Boolean - if true, track color changes depending on current value? not sure about this yet
  4. a Boolean prop that when enabled displays the current value as a percentage
  5. a String prop that allows you to override the default value for the color of the track when its at 100%

nvms avatar Feb 10 '19 01:02 nvms