From b99186265db8aa73bf81b7bc9d80535d282e968b Mon Sep 17 00:00:00 2001 From: Joshua Flowers Date: Thu, 29 Dec 2022 13:36:42 -0800 Subject: [PATCH] Update TabPanel readme --- packages/components/src/tab-panel/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/tab-panel/README.md b/packages/components/src/tab-panel/README.md index 860bd9604b2d8..67b00c37679ec 100644 --- a/packages/components/src/tab-panel/README.md +++ b/packages/components/src/tab-panel/README.md @@ -121,6 +121,7 @@ An array of objects containing the following properties: - `title`:`(string)` Defines the translated text for the tab. - `className`:`(string)` Optional. Defines the class to put on the tab. - `icon`:`(ReactNode)` Optional. When set, displays the icon in place of the tab title. The title is then rendered as an aria-label and tooltip. +- `disabled`:`(boolean)` Optional. Determines if the tab should be disabled or selectable. > > **Note:** Other fields may be added to the object and accessed from the child function if desired.