ion-fab-button
Defines a FAB Button component.
FABs (Floating Action Buttons) are standard material design components.
They are shaped as a circle that represents a promoted action.
When pressed, it may contain more related actions.
FABs as its name suggests are floating over the content in a fixed position.
You can add Icon in the FAB Button to represent a given function.
For more information: FabButton.
Name | Description |
---|---|
Activated | If true, the fab button will be show a close icon. |
Button form type | Specifies form’s button type. |
Close icon | The icon name to use for the close icon. This will appear when the fab button is pressed. Only applies if it is the main button inside of a fab containing a fab list. |
Color | Specifies ionic color. |
Disabled | If true the component will be disabled, preventing the the user from changing the value. |
Link URL | Specifies the URL or the URL fragment to navigate to or be downloaded. |
Link filename | This property instructs browsers to download a URL instead of navigating to it, so the user will be prompted to save it as a local file. If the property has a value, it is used as the pre-filled file name in the Save prompt (the user can still change the file name if they want). |
Link relationship | Specifies the relationship of the target object to the URL. The value is a space-separated list of HTML link types. |
Link target | Specifies where to display the URL. |
Mode | Specifies ionic mode. |
Router URL | Specifies the router link URL. |
Router data | Specifies router optional data. |
Router direction | Specifies the transition direction when navigating to another page using a URL. |
Show | If true, the fab button will show when in a fab-list. |
Size | Specifies FAB size. |
Translucent | If true, the fab button will be translucent. Only applies when the mode is ios and the device supports backdrop-filter. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Identifier | Defines the component identifier. |
Is active | Defines whether the component is active. |