mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
ion-header
Header is a parent component that holds the toolbar component. It's important to note that ion-header needs to be the one of the three root elements of a page
Properties
mode
string
The mode determines which platform styles to use.
Possible values are: "ios" or "md".
translucent
boolean
If true, the header will be translucent.
Note: In order to scroll content behind the header, 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 header will be translucent.
Note: In order to scroll content behind the header, the fullscreen
attribute needs to be set on the content.
Defaults to false.
Built with StencilJS