Ecodev / fab-speed-dial

Angular Material FAB speed dial
https://ecodev.github.io/fab-speed-dial
MIT License
89 stars 19 forks source link

Feature request: support labels #5

Open mpschaeuble opened 6 years ago

mpschaeuble commented 6 years ago

I would be nice to have support for text labels as shown on https://material.io/design/assets/1fohUHLBjjut8g3UsgGGHHBV6PBboy8EK/fab-transitions-speeddial-do-labels.png

sambaptista commented 6 years ago

We have actually no plans for additional developments.

Feel free to pull-request, would be usefull for whole community.

kaffeebrauer commented 6 years ago

One way to get this done is to use the MatToolTip on the Button and force it to open.

ouassimBenMosbah commented 4 years ago

One way to get this done is to use the MatToolTip on the Button and force it to open.

@kaffeebrauer I tried it, but it is breaking the stack visually