Questions tagged [speed-dial]

22 questions
0
votes
0 answers

Is it possible to display speed dial items in the foreground?

I have a table that has speed dial in each row. Situation When the items are displayed they hide behind the next dial down below. Problem Is it possible to make them appear in the foreground? I know I can change the direction of their appearance but…
Contractor
  • 11
  • 3
0
votes
1 answer

How to add text into PrimeNG speeddial option buttons?

I want to print a text instead of icons in the options of my sppeddial component. I want this. Thanks in advance
Edgar Conrado
  • 186
  • 1
  • 9
0
votes
1 answer

React Material UI custom tooltip AND speed dial style

I'm trying to customize the tooltip appearance and the position of the speed dial but get an error when doing both. const useStyles = makeStyles((theme) => ({ root: { height: 380, transform: "translateZ(0px)", flexGrow: 1, }, …
0
votes
1 answer

Visibility on Flutter Speed Dial Children?

I'm using the Flutter Speed Dial plugin within a container. I need to toggle the visibility of just one of its children (SpeedDialChild); child: Container( width: 165, height:400, child: SpeedDial( …
Meggy
  • 1,491
  • 3
  • 28
  • 63
0
votes
1 answer

Can I stop Material-UI SpeedDial from closing when a SpeedDialAction button is clicked

I am wanting to disable the default behaviour of Material-UI's SpeedDial component (https://material-ui.com/api/speed-dial/). Currently when you click a SpeedDialAction, the parent SpeedDial component will close. I would like to change the…
OJJ
  • 103
  • 10
0
votes
1 answer

How to implement Material Speed Dial on Flutter?

Is there any native Flutter library for achieving Material Design Speed Dial? I found only this FAB documentation, but it doesn't say anything about creating a menu out of it, though Material Design FAB documentation says at the top that FAB is…
0
votes
1 answer

Replicate the exact behavior of the FAB from "Inbox by Gmail"

I would like to know what is currently the best way to replicate the exact behavior of the Floating Action Button from Inbox by Gmail. I am talking about this: In particular I am interested in: (collapsed) Having an icon A and no label on the…
1
2