Classes which get applied to the wrapped header/button element.
The width of the wrapped header/button in percentage of the whole width of the parent hylo-tabs component.
If not set, the width is the remaining total width divided by all not set hylo-tab components. If the combined added widths of all set hylo-tab components greater than 100, all widths are treated as not set.
Can be set as number, as object of key/value pairs where the key can be "default", "xs", "sm", "md", "lg", "xl" and the value is the number for the specific breakpoint or as JSON string of the object.
Optional
default?: numberOptional
lg?: numberOptional
md?: numberOptional
sm?: numberOptional
xl?: numberOptional
xs?: numberSame as "width" but for the open state of the hylo-tab component.
If set, a corresponding "width" value has to be defined as well.
Optional
default?: numberOptional
lg?: numberOptional
md?: numberOptional
sm?: numberOptional
xl?: numberOptional
xs?: numberGenerated using TypeDoc
Defines the header/button of a hylo-tab component. Wraps an element which acts as the actual header/button.
This component and the wrapped element gain the class "hylo-open" when the hylo-tap component is "open".