Skip to content
On this page

Interface: TabFamilyOptions

features/tabs/tabFamily.TabFamilyOptions

An object that configures a TabFamily.

Properties

buttonContainerClasses

Optional buttonContainerClasses: Computable<Record<string, boolean>>

A dictionary of CSS classes to apply to the list of buttons for changing tabs.

Defined in

profectus/src/features/tabs/tabFamily.ts:100


buttonContainerStyle

Optional buttonContainerStyle: Computable<StyleValue>

CSS to apply to the list of buttons for changing tabs.

Defined in

profectus/src/features/tabs/tabFamily.ts:102


classes

Optional classes: Computable<Record<string, boolean>>

Dictionary of CSS classes to apply to this feature.

Defined in

profectus/src/features/tabs/tabFamily.ts:96


style

Optional style: Computable<StyleValue>

CSS to apply to this feature.

Defined in

profectus/src/features/tabs/tabFamily.ts:98


visibility

Optional visibility: Computable<boolean | Visibility>

Whether this tab button should be visible.

Defined in

profectus/src/features/tabs/tabFamily.ts:94