ion-title
ion-title
is a component that sets the title of the Toolbar
.
#
Usage- ANGULAR
- JAVASCRIPT
- REACT
- STENCIL
- VUE
#
Collapsible Large TitlesIonic provides a way to create the collapsible titles that exist on stock iOS apps. Getting this setup requires configuring your ion-title
, ion-header
, and (optionally) ion-buttons
elements.
In the example above, notice there are two ion-header
elements. The first ion-header
represents the "collapsed" state of your collapsible header, and the second ion-header
represents the "expanded" state of your collapsible header. Notice that the second ion-header
must have collapse="condense"
and must exist within ion-content
. Additionally, in order to get the large title styling, ion-title
must have size="large"
.
In this example, notice that we have added two sets of ion-buttons
both with collapse
set to true
. When the secondary header collapses, the buttons in the secondary header will hide, and the buttons in the primary header will show. This is useful for ensuring that your header buttons always appear next to an ion-title
element.
ion-buttons
elements that do not have collapse
set will always be visible, regardless of collapsed state. When using the large title and ion-buttons
elements inside of ion-content
, the ion-buttons
elements should always be placed in the end
slot.
When using collapsible large titles, it is required that
fullscreen
is set totrue
onion-content
andtranslucent
is set totrue
on the mainion-header
.
#
Styling Collapsible Large TitlesThe collapsible large title should appear seamless in relation to the rest of your content. This means that the background color of the ion-toolbar
that contains the collapsible large title should always match the background color of ion-content
.
By default, the ion-toolbar
that contains the standard title is hidden using opacity: 0
and is progressively shown as you collapse the large title by scrolling. As a result, the background color that you see behind the standard title is actually the background color of ion-content
.
You can change the background color of the toolbar with the standard title by setting the --background
CSS variable on ion-toolbar
. This will give the effect of the header changing color as you collapse the large title.
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
#
Collapsible Large TitlesIonic provides a way to create the collapsible titles that exist on stock iOS apps. Getting this setup requires configuring your ion-title
, ion-header
, and (optionally) ion-buttons
elements.
In the example above, notice there are two ion-header
elements. The first ion-header
represents the "collapsed" state of your collapsible header, and the second ion-header
represents the "expanded" state of your collapsible header. Notice that the second ion-header
must have collapse="condense"
and must exist within ion-content
. Additionally, in order to get the large title styling, ion-title
must have size="large"
.
In this example, notice that we have added two sets of ion-buttons
both with collapse
set to true
. When the secondary header collapses, the buttons in the secondary header will hide, and the buttons in the primary header will show. This is useful for ensuring that your header buttons always appear next to an ion-title
element.
ion-buttons
elements that do not have collapse
set will always be visible, regardless of collapsed state. When using the large title and ion-buttons
elements inside of ion-content
, the ion-buttons
elements should always be placed in the end
slot.
When using collapsible large titles, it is required that
fullscreen
is set totrue
onion-content
andtranslucent
is set totrue
on the mainion-header
.
#
Styling Collapsible Large TitlesThe collapsible large title should appear seamless in relation to the rest of your content. This means that the background color of the ion-toolbar
that contains the collapsible large title should always match the background color of ion-content
.
By default, the ion-toolbar
that contains the standard title is hidden using opacity: 0
and is progressively shown as you collapse the large title by scrolling. As a result, the background color that you see behind the standard title is actually the background color of ion-content
.
You can change the background color of the toolbar with the standard title by setting the --background
CSS variable on ion-toolbar
. This will give the effect of the header changing color as you collapse the large title.
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
#
Collapsible Large TitlesIonic provides a way to create the collapsible titles that exist on stock iOS apps. Getting this setup requires configuring your IonTitle
, IonHeader
, and (optionally) IonButtons
elements.
In the example above, notice there are two IonHeader
elements. The first IonHeader
represents the "collapsed" state of your collapsible header, and the second IonHeader
represents the "expanded" state of your collapsible header. Notice that the second IonHeader
must have collapse="condense"
and must exist within IonContent
. Additionally, in order to get the large title styling, IonTitle
must have size="large"
.
In this example, notice that we have added two sets of IonButtons
both with collapse
set to true
. When the secondary header collapses, the buttons in the secondary header will hide, and the buttons in the primary header will show. This is useful for ensuring that your header buttons always appear next to an IonTitle
element.
IonButtons
elements that do not have collapse
set will always be visible, regardless of collapsed state. When using the large title and ion-buttons
elements inside of ion-content
, the ion-buttons
elements should always be placed in the end
slot.
When using collapsible large titles, it is required that
fullscreen
is set totrue
onIonContent
andtranslucent="true"
be set on the mainIonHeader
.
#
Styling Collapsible Large TitlesThe collapsible large title should appear seamless in relation to the rest of your content. This means that the background color of the IonToolbar
that contains the collapsible large title should always match the background color of IonContent
.
By default, the IonToolbar
that contains the standard title is hidden using opacity: 0
and is progressively shown as you collapse the large title by scrolling. As a result, the background color that you see behind the standard title is actually the background color of IonContent
.
You can change the background color of the toolbar with the standard title by setting the --background
CSS variable on IonToolbar
. This will give the effect of the header changing color as you collapse the large title.
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
#
Collapsible Large TitlesIonic provides a way to create the collapsible titles that exist on stock iOS apps. Getting this setup requires configuring your ion-title
, ion-header
, and (optionally) ion-buttons
elements.
In the example above, notice there are two ion-header
elements. The first ion-header
represents the "collapsed" state of your collapsible header, and the second ion-header
represents the "expanded" state of your collapsible header. Notice that the second ion-header
must have collapse="condense"
and must exist within ion-content
. Additionally, in order to get the large title styling, ion-title
must have size="large"
.
In this example, notice that we have added two sets of ion-buttons
both with collapse
set to true
. When the secondary header collapses, the buttons in the secondary header will hide, and the buttons in the primary header will show. This is useful for ensuring that your header buttons always appear next to an ion-title
element.
ion-buttons
elements that do not have collapse
set will always be visible, regardless of collapsed state. When using the large title and ion-buttons
elements inside of ion-content
, the ion-buttons
elements should always be placed in the end
slot.
When styling the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
When using collapsible large titles, it is required that
fullscreen
is set totrue
onion-content
andtranslucent
is set totrue
on the mainion-header
.
#
Styling Collapsible Large TitlesThe collapsible large title should appear seamless in relation to the rest of your content. This means that the background color of the ion-toolbar
that contains the collapsible large title should always match the background color of ion-content
.
By default, the ion-toolbar
that contains the standard title is hidden using opacity: 0
and is progressively shown as you collapse the large title by scrolling. As a result, the background color that you see behind the standard title is actually the background color of ion-content
.
You can change the background color of the toolbar with the standard title by setting the --background
CSS variable on ion-toolbar
. This will give the effect of the header changing color as you collapse the large title.
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
#
Collapsible Large TitlesIonic provides a way to create the collapsible titles that exist on stock iOS apps. Getting this setup requires configuring your ion-title
, ion-header
, and (optionally) ion-buttons
elements.
In the example above, notice there are two ion-header
elements. The first ion-header
represents the "collapsed" state of your collapsible header, and the second ion-header
represents the "expanded" state of your collapsible header. Notice that the second ion-header
must have collapse="condense"
and must exist within ion-content
. Additionally, in order to get the large title styling, ion-title
must have size="large"
.
In this example, notice that we have added two sets of ion-buttons
both with collapse
set to true
. When the secondary header collapses, the buttons in the secondary header will hide, and the buttons in the primary header will show. This is useful for ensuring that your header buttons always appear next to an ion-title
element.
ion-buttons
elements that do not have collapse
set will always be visible, regardless of collapsed state. When using the large title and ion-buttons
elements inside of ion-content
, the ion-buttons
elements should always be placed in the end
slot.
When using collapsible large titles, it is required that
fullscreen
is set totrue
onion-content
andtranslucent
is set totrue
on the mainion-header
.
#
Styling Collapsible Large TitlesThe collapsible large title should appear seamless in relation to the rest of your content. This means that the background color of the ion-toolbar
that contains the collapsible large title should always match the background color of ion-content
.
By default, the ion-toolbar
that contains the standard title is hidden using opacity: 0
and is progressively shown as you collapse the large title by scrolling. As a result, the background color that you see behind the standard title is actually the background color of ion-content
.
You can change the background color of the toolbar with the standard title by setting the --background
CSS variable on ion-toolbar
. This will give the effect of the header changing color as you collapse the large title.
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
#
Properties#
colorDescription | The color to use from your application's color palette. Default options are: "primary" , "secondary" , "tertiary" , "success" , "warning" , "danger" , "light" , "medium" , and "dark" .For more information on colors, see theming. |
Attribute | color |
Type | string \| undefined |
Default | undefined |
#
sizeDescription | The size of the toolbar title. |
Attribute | size |
Type | "large" \| "small" \| undefined |
Default | undefined |
#
CSS Custom PropertiesName | Description |
---|---|
--color | Text color of the title |