Angular Material - Angular Material Fab Speed Dial - Angular Material Tutorial
How to Fab Speed Dial in Angular Material?
- The md-fab-speed-dial an Angular directive, is used to show a series of popup elements or buttons for quick access to common actions.
angular material tutorials - on button click - smooth transition - view and hide buttons Example
Attributes:
Sr.No | Parameter &Description |
---|---|
1 | * md-direction This determines the direction at which the speed dial is to appear relative to the trigger element. |
2 | md-open This helps programmatically control whether or not the speed-dial is visible. |
Example:
- The following example showcases the use of md-fab-speed-dial directive to showcase uses of speed dial.