Skip to content

Commit 67106fb

Browse files
committed
fix(CTabs): add missing disabled prop
1 parent b89585b commit 67106fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/content/api/CTab.api.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ import CTab from '@coreui/react/src/components/tabs/CTab'
88
| Property | Description | Type | Default |
99
| --- | --- | --- | --- |
1010
| **className** | A string of all className you want applied to the base component. | `string` | - |
11+
| **disabled** | Toggle the disabled state for the component. | `boolean` | - |
1112
| **itemKey** | Item key. | `string` \| `number` | - |

0 commit comments

Comments
 (0)