Skip to main content
cngx-src documentation

withTabsSkin

Functioncommon/tabs

projects/common/tabs/tabs-config.ts

Description#

Select the app-wide default visual skin for <cngx-tab-group>.
Default 'line'. Per-instance [skin] Input still wins; this moves the cascade default. Structure, slots, ARIA, and keyboard behaviour are identical across skins - only the [data-skin] host attribute changes the CSS layer. The Material twin ([cngxMatTabs]) ignores it.

Signature#

withTabsSkin(skin: CngxTabsSkin)

Parameters#

@paramskinCngxTabsSkin

Returns#

CngxTabsConfigFeature