ion-title
Ionic4项目中我们可以使用Ionic4导航条组件ion-title对项目进行布局。 ion-title官方文档地址:https://ionicframework.com/docs/api/titleion-title
is a component that sets the title of the Toolbar
.
ion-title 用法(Usage)
<ion-header>
<ion-toolbar>
<ion-title>Settingsion-title>
ion-toolbar>
ion-header>
ion-title 属性(Properties)
color | |
---|---|
Description | The color to use from your application's color palette.
Default options are: |
Attribute | color |
Type | string | undefined |
ion-title中的CSS 自定义属性
Name | Description |
---|---|
--color | Text color of the title |