Open ramnathv opened 9 years ago
That would be awesome! I originally was using bootstrap popovers for my sites at work -- but when I used the profiler in Chrome they were the hardest hit on my cpu. Their popovers just weren't designed for lots of data points. If you push it up I'll try to add it as a demo on the github.io page as well! (i need about 4 or 5 more demos at least... to show styling and different use cases)
It would be neat to allow for arrows similar to bootstrap popovers. This should be easily doable by inserting a class of div
arrow
into the tooltipdiv
, and then allowing one to theme the css using thethemeRegistry
. I would be happy to contribute a bootstrap popover theme that replicates the visual look and feel of bootstrap.