ion-fab-list
The fab list component is a container for multiple fab buttons. It contains actions related to the main fab button and is flung out on click. To specify what side the buttons should appear on, set the side
property to "start"
, "end"
, "top"
, or "bottom"
.
For usage examples, see the fab documentation.
Properties
activated
Description | If true , the fab list will show all fab buttons in the list. |
Attribute | activated |
Type | boolean |
Default | false |
side
Description | The side the fab list will show on relative to the main fab button. |
Attribute | side |
Type | "bottom" | "end" | "start" | "top" |
Default | 'bottom' |
Events
No events available for this component.
Methods
No public methods available for this component.
CSS Shadow Parts
No CSS shadow parts available for this component.
CSS Custom Properties
No CSS custom properties available for this component.
Slots
No slots available for this component.