Skip to content

Commit

Permalink
fix(CTabs): add missing disabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Sep 18, 2024
1 parent b89585b commit 67106fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/content/api/CTab.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ import CTab from '@coreui/react/src/components/tabs/CTab'
| Property | Description | Type | Default |
| --- | --- | --- | --- |
| **className** | A string of all className you want applied to the base component. | `string` | - |
| **disabled** | Toggle the disabled state for the component. | `boolean` | - |
| **itemKey** | Item key. | `string` \| `number` | - |

0 comments on commit 67106fb

Please sign in to comment.