Explore the API reference for the Vue Tabs component and discover how to effectively utilize its props for customization.
On this page
CTab
import { CTab } from '@coreui/vue-pro' | Property | Default | Type |
|---|---|---|
| disabled5.4.0+ | - | boolean |
Toggle the disabled state for the component. | ||
| itemKey | - | number, string |
Item key. | ||
CTabContent
import { CTabContent } from '@coreui/vue-pro' | Property | Default | Type |
|---|
CTabList
import { CTabList } from '@coreui/vue-pro' | Property | Default | Type |
|---|---|---|
| layout | - | string |
Specify a layout type for component. | ||
| variant | - | string |
Set the nav variant to tabs or pills. | ||
CTabPanel
import { CTabPanel } from '@coreui/vue-pro' Props
| Property | Default | Type |
|---|---|---|
| itemKey | - | number, string |
Item key. | ||
| transition | true | boolean |
Enable fade in and fade out transition. | ||
| visible | false | boolean |
Toggle the visibility of component. | ||
Events
| Event name |
|---|
| hide |
Callback fired when the component requests to be hidden. |
| show |
Callback fired when the component requests to be shown. |
CTabs
import { CTabs } from '@coreui/vue-pro'