vue-progress-path icon indicating copy to clipboard operation
vue-progress-path copied to clipboard

#68 - adds gradient and rounded options

Open wrabit opened this issue 4 years ago • 0 comments

image

  • adds option for gradient:
:gradient="[
    { offset: 0, color: '#25ba00'}, 
    { offset: 50, color: '#ffc000'}, 
    { offset: 100, color: '#FF0000'}
]"
  • adds option for rounded:
:rounded="true"

For some reason with the simple horizontal line the ends are clipped so you can't see the rounded end caps.

See updated demo.

wrabit avatar Oct 29 '19 14:10 wrabit