import { CCardImage } from '@coreui/react'
// or
import CCardImage from '@coreui/react/src/components/card/CCardImage'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the base component.string-
componentComponent used for the root node. Either a string to use a HTML element or a component.string | ComponentClass<any, any> | FunctionComponent<any>-
orientationOptionally orientate the image to the top, bottom, or make it overlaid across the card.'top' | 'bottom'-
On this page