Press "Enter" to skip to content

[FAB] Angular Material Floating Action Speed Dial Button

FAB Material Quick Dial is a customizable FAB (floating action button) material component for Angular materials.

floating action button example, floating action button web, android floating action button, material button angular

How to Add Floating Whatsapp Chat Button In HTML | venom-button

How to make use of it:

Install

yarn add @ecodev/fab-speed-dial

In app.module.ts add the following modules to the imports array:

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

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

Material Floating Action Button, Angular Material FAB speed dial Plugin/Github


See Demo And Download

Official Website(Ecodev): Click Here

This superior jQuery/javascript plugin is developed by Ecodev. For extra advanced usage, please go to the official website.

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *