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

VueBullet

Open cjmaximal opened this issue 8 years ago • 1 comments

Bullet chart (horizontal, vetical, stackable) Feature:

  • set any colors for any elements
  • set any svg icons
  • animations
  • more flexibility

cjmaximal avatar Sep 29 '17 18:09 cjmaximal

You have described only a few possible cases and I'm sure it's impossible to handle them all. I'd rather use scoped slots for this feature. I mean, you can create a component just to encapsulate a list and it's iteration. But for styling just use scoped slot with custom templates. https://vuejs.org/v2/guide/components.html#Scoped-Slots

probil avatar Feb 07 '18 00:02 probil