Skip to content

TabsOptions

Defined in: components/tabs.ts:19

Options for tabs.

optional attrs?: string

Defined in: components/tabs.ts:21

Aberdeen attr/style string applied to the outermost element.


tabs: Tab[]

Defined in: components/tabs.ts:23

The tabs to display.


optional bind?: Bindable<string>

Defined in: components/tabs.ts:28

Two-way binding for the selected tab’s id. When omitted, the component keeps its own internal selection, starting at the first tab.


optional contentAttrs?: string

Defined in: components/tabs.ts:30

Aberdeen attr/style string applied to the active panel.