跳至主要内容
版本: v8

ion-tab-bar

阴影

标签栏是一个 UI 组件,包含一组 标签按钮。 标签栏必须在 标签 内提供,以便与每个 标签 进行通信。

使用

<ion-tabs>
<!-- Tab bar -->
<ion-tab-bar slot="bottom">
<ion-tab-button tab="account">
<ion-icon name="person"></ion-icon>
</ion-tab-button>
<ion-tab-button tab="contact">
<ion-icon name="call"></ion-icon>
</ion-tab-button>
<ion-tab-button tab="settings">
<ion-icon name="settings"></ion-icon>
</ion-tab-button>
</ion-tab-bar>
</ion-tabs>

属性

color

描述要从应用程序的颜色调色板中使用的颜色。 默认选项是:"primary""secondary""tertiary""success""warning""danger""light""medium""dark"。 有关颜色的更多信息,请参见 主题
属性color
类型"danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string | undefined
默认值undefined

mode

描述模式决定使用哪个平台样式。
属性mode
类型"ios" | "md"
默认值undefined

selectedTab

描述选定的标签组件
属性selected-tab
类型string | undefined
默认值undefined

translucent

描述如果为 true,标签栏将是半透明的。 仅在模式为 "ios" 且设备支持 backdrop-filter 时适用。
属性translucent
类型boolean
默认值false

事件

此组件没有可用的事件。

方法

此组件没有可用的公共方法。

CSS 阴影部分

此组件没有可用的 CSS 阴影部分。

CSS 自定义属性

名称描述
--background标签栏的背景
--border标签栏的边框
--color标签栏的颜色

插槽

此组件没有可用的插槽。