ion-fab
Fabs are container elements that contain one or more fab buttons. They should be placed in a fixed position that does not scroll with the content. Fab should have one main fab-button. Fabs can also contain fab-lists which contain related buttons that show when the main fab button is clicked. The same fab container can contain several fab-list elements with different side values.
Properties
activated
boolean
edge
boolean
If true, the fab will display on the edge of the header if
vertical is "top", and on the edge of the footer if
it is "bottom". Should be used with a fixed slot.
horizontal
string
Where to align the fab horizontally in the viewport.
Possible values are: "center", "start", "end".
vertical
string
Where to align the fab vertically in the viewport.
Possible values are: "top", "center", "bottom".
Attributes
activated
boolean
edge
boolean
If true, the fab will display on the edge of the header if
vertical is "top", and on the edge of the footer if
it is "bottom". Should be used with a fixed slot.
horizontal
string
Where to align the fab horizontally in the viewport.
Possible values are: "center", "start", "end".
vertical
string
Where to align the fab vertically in the viewport.
Possible values are: "top", "center", "bottom".
Methods
close()
Close an active FAB list container
Built with StencilJS