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.
Usage#
- ANGULAR
- JAVASCRIPT
- REACT
- STENCIL
- VUE
Properties#
mode#
| Description | The mode determines which platform styles to use. |
| Attribute | mode |
| Type | "ios" \| "md" |
| Default | undefined |
translucent#
| Description | If true, the footer will be translucent.Only applies when the mode is "ios" and the device supportsbackdrop-filter.Note: In order to scroll content behind the footer, the fullscreenattribute needs to be set on the content. |
| Attribute | translucent |
| Type | boolean |
| Default | false |