1.0.1 • Published 7 years ago

ng2-fab-speed-dial v1.0.1

Weekly downloads
39
License
MIT
Repository
github
Last release
7 years ago

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">&#xE84D;</i></button>
  
  <button type="button" mat-fab fab-button><i class="material-icons">&#xE84D;</i></button>
  
  <button type="button" mat-fab fab-button><i class="material-icons">&#xE84D;</i></button>
  
  <button type="button" mat-fab fab-button><i class="material-icons">&#xE84D;</i></button>
</fab-speed-dial>