import { CTabPane } from '@coreui/react'
// or
import CTabPane from '@coreui/react/src/components/tabs/CTabPane'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the base component.string-
onHideCallback fired when the component requests to be hidden.() => void-
onShowCallback fired when the component requests to be shown.() => void-
visibleToggle the visibility of component.boolean-
On this page