import { CPlaceholder } from '@coreui/react'
// or
import CPlaceholder from '@coreui/react/src/components/placeholder/CPlaceholder'
PropertyDescriptionTypeDefault
animationSet animation type to better convey the perception of something being actively loaded.'glow' | 'wave'-
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-
componentComponent used for the root node. Either a string to use a HTML element or a component.string | ComponentClass<any, any> | FunctionComponent<any>-
lgThe number of columns on large devices (<1200px).number-
mdThe number of columns on medium devices (<992px).number-
sizeSize the component extra small, small, or large.'xs' | 'sm' | 'lg'-
smThe number of columns on small devices (<768px).number-
xlThe number of columns on X-Large devices (<1400px).number-
xsThe number of columns on extra small devices (<576px).number-
xxlThe number of columns on XX-Large devices (≥1400px).number-
On this page