import { CTableFoot } from '@coreui/react'
// or
import CTableFoot from '@coreui/react/src/components/table/CTableFoot'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the component.string-
colorSets the color context of the component to one of CoreUI’s themed colors.'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string-
On this page