kevinwarne / vue-balloon

A zoomable fixed balloon container. Useful for adding tutorial videos or other page specific content.
86 stars 11 forks source link

Can we have a demo for multiple element? #1

Closed donPuerto closed 6 years ago

donPuerto commented 6 years ago

Mulitple element like gmail... nice projects...

kevinwarne commented 6 years ago

Hmm I'm trying to think of how this would look. So you would have multiple containers grouped in a corner and each one could be clicked to expand into more of a full-window state? Is that what you had in mind?

donPuerto commented 6 years ago

Yes., your project is similar to Gmail... Better than Gmail I guess. image

kevinwarne commented 6 years ago

Ah, that photo makes it much clearer. This functionality is not currently supported but it shouldn't be too difficult to add an option for this. I'll work on implementing something in the next day or two and report back. Thanks!

kevinwarne commented 6 years ago

Added a new BalloonSet component to handle the creation of multiple balloon elements on a page. There are a couple minor caveats that come with it. I've updated the documentation and updated on npm to version 1.0.18.