Cards
Bootstrap's cards provide a flexible and extensible content container with multiple variants and options.
import {Card, StatsCard} from 'src/components'
Local usage
components: {
Card,
StatsCard
}
Global usage
Vue.component(Card)
Vue.component(StatsCard)
Example Card
Card title
Some quick example text to build on the card title and make up the bulk of the card's content.
Stats card
Messages
1058
StatsCard Slots
Name | Description |
---|---|
icon | Content for card icon |
default | Default card content |
footer | Content for card footer |
Card Slots
Name | Description |
---|---|
default | Content for card body |
header | Content for card header |
image | Content for card image (displayed above header) |
footer | Content for card footer |