Explore the API reference for the Vue Card component and discover how to effectively utilize its props for customization.
On this page
CCard
import { CCard } from '@coreui/vue-pro' CCardHeader
import { CCardHeader } from '@coreui/vue-pro' | Property | Default | Type |
|---|---|---|
| as | 'div' | string |
Component used for the root node. Either a string to use a HTML element or a component. | ||
CCardImage
import { CCardImage } from '@coreui/vue-pro' | Property | Default | Type |
|---|---|---|
| as | 'img' | string |
Component used for the root node. Either a string to use a HTML element or a component. | ||
| orientation | - | string |
Optionally orientate the image to the top, bottom. | ||
CCardSubtitle
import { CCardSubtitle } from '@coreui/vue-pro' | Property | Default | Type |
|---|---|---|
| as | 'h6' | string |
Component used for the root node. Either a string to use a HTML element or a component. | ||
CCardText
import { CCardText } from '@coreui/vue-pro' | Property | Default | Type |
|---|---|---|
| as | 'p' | string |
Component used for the root node. Either a string to use a HTML element or a component. | ||
CCardTitle
import { CCardTitle } from '@coreui/vue-pro'