Skip to main content
cngx-src documentation

CngxTabsAriaLabels

Interface

projects/common/tabs/tabs-config.ts

Import#

import { CngxTabsAriaLabels } from '@cngx/common/tabs'

Description#

Aria-label overrides for the tab-group landmark region.
Library defaults are English; consumers override via withTabsAriaLabels.

Per-tab nav phrasing (previousTab, nextTab) lives in CngxTabsI18n, not here - landmark naming and SR phrasing stay on separate override paths.

Index#

Properties

Instance Properties#

tabsRegion#string
ReadonlyOptional

Accessible name for the tab-group wrapper (role="group"), read by AT when focus enters the region. Default 'Tabs'. Ignored when a per-instance [aria-label] / [aria-labelledby] is bound (those win).