paper-fab-speed-dial
paper-fab-speed-dial copied to clipboard
Sample code for labeling paper-fabs
Added an example how to use paper-tooltip to show labels
Does this work on touch devices as well?
I've implemented this with manual-mode
on the paper-tooltips and an observer on paperFabSpeedDial.active which runs tooltip.show() / tooltip.hide() for each tooltip as necessary.
see math-canvas.firebaseapp.com for an example of how that looks.
Would you consider making a change like that to this PR?