Giter Site home page Giter Site logo

ruisebastiao / fab-speed-dial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ecodev/fab-speed-dial

0.0 2.0 0.0 555 KB

Angular Material FAB speed dial

Home Page: https://ecodev.github.io/fab-speed-dial

License: MIT License

TypeScript 56.72% HTML 11.98% CSS 19.73% JavaScript 11.58%

fab-speed-dial's Introduction

Angular Material FAB speed dial

This is a FAB speed dial component for Angular Material (v5+).

See the component in action on the demo page.

Install

yarn add @ecodev/fab-speed-dial

Usage

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

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

Properties

eco-fab-speed-dial

Property Type Default Description
open boolean false Indicates if this FAB Speed Dial is opened
direction up, down, left or right up The direction to open the action buttons
animationMode fling or scale fling The animation to apply when opening the action buttons
fixed boolean false Indicates if this FAB Speed Dial is fixed (user cannot change the open state on click)

eco-fab-speed-dial-trigger

Property Type Default Description
spin boolean false Enables the rotation (360dg) of the trigger action when the speed dial is opening

Development

The most useful commands for development are:

  • yarn dev to start a development server
  • yarn build:docs to build and commit (but not push) the docs/demo page
  • yarn release to publish the lib to npm

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

Prior work

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

fab-speed-dial's People

Contributors

powerkiki avatar angular-cli avatar

Watchers

James Cloos avatar Rui Sebastiao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.