eo-tab-group
Insider
<eo-tab-group>
Alias:
<containers.tab-group>
Tab 容器组
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
type | 样式类型 | TabType | "default" | |
activePanel | 是否展示背景 | string | ||
contentStyle | 内容样式 | React.CSSProperties | ||
outline | 轮廓。默认情况下,使用阴影,8.2 下默认则为无轮廓。 该属性对 panel 类型无效(其始终无轮廓)。 | TabsOutline | "default" |
Events
Name | Description | Event Detail |
---|---|---|
tab.select | 选择 tab 时触发 | string - panel |
Type references
TabType
"default" | "panel" | "capsule" | "text"
TabsOutline
"shadow" | "none" | "default"