Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Floating Button

maxSS edited this page Sep 13, 2019 · 3 revisions
import { JamFloatingButtonModule } from 'ngx-jsonapi-material';

Selector: jam-floating-button

Properties
Name Value type Required Description
@Input() iconName string false
@Input() tooltip string true
@Input() target _blank | _self(default) false
@Input() rsRouterLink Array<string> false Not required only if binding is used (click) on jam-floating-button
@Input() rsQueryParams Param false Not required only if binding is used (click) on jam-floating-button

Simple floating button

<jam-floating-button tooltip="Add book"
    (click)="openDialog()"
></jam-floating-button>
Clone this wiki locally