mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-footer
Footer is a root component of a page that sits at the bottom of the page. Footer can be a wrapper for ion-toolbar to make sure the content area is sized correctly.
Properties
mode
string
The mode determines which platform styles to use.
Possible values are: "ios" or "md".
translucent
boolean
If true, the footer will be translucent.
Note: In order to scroll content behind the footer, the fullscreen
attribute needs to be set on the content.
Defaults to false.
Attributes
mode
string
The mode determines which platform styles to use.
Possible values are: "ios" or "md".
translucent
boolean
If true, the footer will be translucent.
Note: In order to scroll content behind the footer, the fullscreen
attribute needs to be set on the content.
Defaults to false.
Built with StencilJS