Skip to content
On this page

Interface: TabOptions

features/tabs/tab.TabOptions

An object that configures a Tab.

Properties

classes

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

Dictionary of CSS classes to apply to this feature.

Defined in

profectus/src/features/tabs/tab.ts:21


display

display: Computable<CoercableComponent>

The display to use for this tab.

Defined in

profectus/src/features/tabs/tab.ts:25


style

Optional style: Computable<StyleValue>

CSS to apply to this feature.

Defined in

profectus/src/features/tabs/tab.ts:23