13.0.0 • Published 3 years ago

angular-speed-dial v13.0.0

Weekly downloads
271
License
MIT
Repository
github
Last release
3 years ago

This is a fork of Jeferson Estevo's FAB speed dial component, with minor patches applied for AOT compilation support and to ensure compatibility with the latest Angular and Angular Material.

To use it, import SmdFabSpeedDialModule. Original readme is copied below for further guidance.


Simple Material Design FAB Speed Dial

Angular 2 FAB Speed Dial based on AngularJS FAB Speed Dial

Usage

<smd-fab-speed-dial [(open)]="open" [direction]="direction" [animationMode]="animationMode" [fixed]="fixed">
    <smd-fab-trigger>
        <button md-fab (click)="actionX()"><md-icon>check</md-icon></button>
    </smd-fab-trigger>

    <smd-fab-actions>
        <button md-mini-fab (click)="action1()"><md-icon>add</md-icon></button>
        <button md-mini-fab (click)="action2()"><md-icon>edit</md-icon></button>
        <button md-mini-fab (click)="action3()"><md-icon>menu</md-icon></button>
    </smd-fab-actions>
</smd-fab-speed-dial>

Properties

smd-fab-speed-dial

PropertyTypeDefaultDescription
openbooleanfalseIndicates if this FAB Speed Dial is opened
directionup, down, left or rightupThe direction to open the action buttons
animationModefling or scaleflingThe animation to apply when opening the action buttons
fixedbooleanfalseIndicates if this FAB Speed Dial is fixed (user cannot change the open state on click)
forceTooltipsbooleanfalseIndicates if button tooltips should be forced to remain open (useful on mobile)

smd-fab-trigger

PropertyTypeDefaultDescription
spinbooleanfalseEnables the rotation (360dg) of the trigger action when the speed dial is opening

TODO List

  • Change color of the fab buttons on hover/selection
  • Make the trigger button change icon when the user open the speed dial (configurable)
  • Let the speed dial open a "sheet" of material instead of just mini-fab action buttons
13.0.0

3 years ago

12.0.0

3 years ago

11.0.0

3 years ago

10.0.0

4 years ago

9.0.1

4 years ago

9.0.0

4 years ago

9.0.0-rc.0

5 years ago

6.2.1

6 years ago

6.2.0

6 years ago

6.1.1

6 years ago

6.1.0

6 years ago

6.0.0

6 years ago

6.0.0-rc.0

6 years ago

5.0.0

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago