ng2-fab-speed-dial
v1.0.1
Published
Fab speed dial in for Angular 4+
Downloads
45
Maintainers
Readme
How to Use
step 1 : run
npm i ng2-fab-speed-dial
step 2 import Ng2FabSpeedDialModule into your module
Find Demo here
Example of usage -
direction - 'left', 'right', 'down', 'up'
<fab-speed-dial direction="right">
<button type="button" mat-fab fab-toggle><i class="material-icons"></i></button>
<button type="button" mat-fab fab-button><i class="material-icons"></i></button>
<button type="button" mat-fab fab-button><i class="material-icons"></i></button>
<button type="button" mat-fab fab-button><i class="material-icons"></i></button>
</fab-speed-dial>