Explore the API reference for the React Card component and discover how to effectively utilize its props for customization.
On this page
CCard
import { CCard } from '@coreui/react-pro' CCardBody
import { CCardBody } from '@coreui/react-pro' | Property | Default | Type |
|---|---|---|
| className | - | string, undefined |
A string of all className you want applied to the base component. | ||
CCardFooter
import { CCardFooter } from '@coreui/react-pro' | Property | Default | Type |
|---|---|---|
| className | - | string, undefined |
A string of all className you want applied to the base component. | ||
CCardGroup
import { CCardGroup } from '@coreui/react-pro' | Property | Default | Type |
|---|---|---|
| className | - | string, undefined |
A string of all className you want applied to the base component. | ||
CCardHeader
import { CCardHeader } from '@coreui/react-pro' CCardImage
import { CCardImage } from '@coreui/react-pro' CCardImageOverlay
import { CCardImageOverlay } from '@coreui/react-pro' | Property | Default | Type |
|---|---|---|
| className | - | string, undefined |
A string of all className you want applied to the base component. | ||
CCardLink
import { CCardLink } from '@coreui/react-pro' | Property | Default | Type |
|---|---|---|
| className | - | string, undefined |
A string of all className you want applied to the base component. | ||
| href | - | string, undefined |
The href attribute specifies the URL of the page the link goes to. | ||
CCardSubtitle
import { CCardSubtitle } from '@coreui/react-pro' CCardText
import { CCardText } from '@coreui/react-pro' CCardTitle
import { CCardTitle } from '@coreui/react-pro'