Skip to content

Commit 7c7ed84

Browse files
Update packages/react-core/src/components/Tabs/Tabs.tsx
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
1 parent 021a359 commit 7c7ed84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-core/src/components/Tabs

packages/react-core/src/components/Tabs/Tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface TabsProps
6161
onAdd?: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
6262
/** Aria-label for the add button */
6363
addButtonAriaLabel?: string;
64-
/** Aria-label for the list element */
64+
/** A readable string to create an accessible name for the tablist element. This can be used to differentiate multiple tablists on a page, and should be used for subtabs. */
6565
tabListAriaLabel?: string;
6666
/** Uniquely identifies the tabs */
6767
id?: string;

0 commit comments

Comments
 (0)