Skip to main content

inno-tab-item

Overview

Represents an inno-tab item.

Wraps the provided content.

See the InnoTab component for more information about how to use the tab component.

Properties

PropertyAttributeDescriptionTypeDefault
alwaysEmphasizedalways-emphasizedMake the non-selected items always vivid without any opacity effect.booleanfalse
disableddisabledSet disabled tab.booleanfalse
layoutlayoutSet layout width style. Auto: Item has the same width as the enclosed item in slot. Stretched: Item has the maximum available width."auto" | "stretched"'auto'
minimalDecoratorminimal-decoratorMinimalize the bottom decorator for the tab items. Show only if the given item is interracted or selected.booleanfalse
selectedselectedSet selected tab.booleanfalse
themethemeTheme variant property. Inherited from the parent. Can be overridden if explicitly defined."dark" | "light"'light'

Events

EventDescriptionType
tabClickOn tab click.CustomEvent<{ nativeEvent: MouseEvent; }>

Built with StencilJS