TabsOptions
Defined in: components/tabs.ts:19
Options for tabs.
Properties
Section titled “Properties”attrs?
Section titled “attrs?”
optionalattrs?: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.
optionalbind?: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.
contentAttrs?
Section titled “contentAttrs?”
optionalcontentAttrs?:string
Defined in: components/tabs.ts:30
Aberdeen attr/style string applied to the active panel.