19.0.0 • Published 12 months ago

@ecodev/fab-speed-dial v19.0.0

Weekly downloads
2,890
License
MIT
Repository
github
Last release
12 months ago

Angular Material FAB speed dial

Build Status Total Downloads Latest Stable Version License Join the chat at https://gitter.im/Ecodev/fab-speed-dial

This is a FAB speed dial component for Angular Material.

See the component in action on the demo page.

Install

  1. Install the library:
    yarn add @ecodev/fab-speed-dial
  2. In your standalone components add the following to the imports array:
    • EcoFabSpeedDialComponent
    • EcoFabSpeedDialTriggerComponent
    • EcoFabSpeedDialActionsComponent

Usage

The following is an example of a minimal template. Either implement a doAction(), or adapt the bindings to your needs:

<eco-fab-speed-dial>
  <eco-fab-speed-dial-trigger>
    <button mat-fab (click)="doAction('trigger')"><mat-icon fontIcon="menu" /></button>
  </eco-fab-speed-dial-trigger>

  <eco-fab-speed-dial-actions>
    <button mat-mini-fab (click)="doAction('action1')"><mat-icon fontIcon="add" /></button>
    <button mat-mini-fab (click)="doAction('action2')"><mat-icon fontIcon="edit" /></button>
    <button mat-mini-fab (click)="doAction('action3')"><mat-icon fontIcon="search" /></button>
  </eco-fab-speed-dial-actions>
</eco-fab-speed-dial>

Properties

eco-fab-speed-dial

PropertyTypeDefaultDescription
openbooleanfalseIndicates if this FAB Speed Dial is opened
directionup, down, left or rightupThe direction to open the action buttons

eco-fab-speed-dial-trigger

PropertyTypeDefaultDescription
spinbooleanfalseEnables the rotation of the trigger action when the speed dial is opening

Additionally to spin property, add class "spin180" or "spin360" on html content inside of eco-fab-speed-dial-trigger tag to activate rotation on a specific element.

In case of buttons, the icon should rotate not the whole button (box-shadow would rotate too).

Development

The most useful commands for development are:

  • yarn dev to start a development server
  • yarn build-demo to build the demo locally (it will be published automatically by GitHub Actions)
  • git tag -a 1.2.3 && git push to publish the lib to npm (via GitHub Actions release job)

Prior work

This lib was originally based on angular-smd, and its various forks, itself based on AngularJS FAB Speed Dial.

19.0.0

12 months ago

18.0.0

1 year ago

17.0.0

2 years ago

16.0.6

2 years ago

16.0.5

2 years ago

16.0.3

2 years ago

16.0.2

2 years ago

16.0.1

2 years ago

16.0.0

2 years ago

15.0.0

3 years ago

14.0.0

3 years ago

13.0.0

3 years ago

12.0.0

3 years ago

11.0.0

4 years ago

10.0.0

4 years ago

9.0.0

5 years ago

8.0.1

5 years ago

7.0.0

5 years ago

6.0.1

5 years ago

6.0.0

6 years ago

5.0.3

6 years ago

5.0.2

6 years ago

5.0.1-1-g3a23b1a

6 years ago

4.0.0

7 years ago

3.1.4

7 years ago

3.1.1

7 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago