
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@ecodev/fab-speed-dial
Advanced tools
[](https://github.com/Ecodev/fab-speed-dial/actions) [](https://www.npmjs.com/package/@ecodev/fab
This is a FAB speed dial component for Angular Material.
See the component in action on the demo page.
yarn add @ecodev/fab-speed-dial
imports
array:
EcoFabSpeedDialComponent
EcoFabSpeedDialTriggerComponent
EcoFabSpeedDialActionsComponent
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>
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 |
Property | Type | Default | Description |
---|---|---|---|
spin | boolean | false | Enables 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).
The most useful commands for development are:
yarn dev
to start a development serveryarn 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)This lib was originally based on angular-smd, and its various forks, itself based on AngularJS FAB Speed Dial.
FAQs
[](https://github.com/Ecodev/fab-speed-dial/actions) [](https://www.npmjs.com/package/@ecodev/fab
The npm package @ecodev/fab-speed-dial receives a total of 2,189 weekly downloads. As such, @ecodev/fab-speed-dial popularity was classified as popular.
We found that @ecodev/fab-speed-dial demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.