Profectus / features/tabs/tabFamily / TabFamilyOptions
Interface: TabFamilyOptions ​
An object that configures a TabFamily.
Extends ​
Properties ​
buttonContainerClasses? ​
optional
buttonContainerClasses:MaybeRefOrGetter
<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.tsx:50
buttonContainerStyle? ​
optional
buttonContainerStyle:MaybeRefOrGetter
<CSSProperties
>
CSS to apply to the list of buttons for changing tabs.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:52
classes? ​
optional
classes:MaybeRefOrGetter
<Record
<string
,boolean
>>
Dictionary of CSS classes to apply to this feature.
Inherited from ​
Defined in ​
style? ​
optional
style:MaybeRefOrGetter
<CSSProperties
>
CSS to apply to this feature.
Inherited from ​
Defined in ​
visibility? ​
optional
visibility:MaybeRefOrGetter
<boolean | Visibility>
Whether this feature should be visible.