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.