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