vbCard

Bulma documentationopen in new window

Slots

default

content for the card's [main] content; ideal for text content.

icon

icon for card header, image or font-awesome icon, seeopen in new window

image

image content

template for card footer items. Item is bound to slot data property

Props

tag

Type: string

Default: div

Root tag of the card component

title

Type: string

Text for card header

imageAfterContent

Type: boolean

Default: false

If true, image will be displayed after the content

footerItems

Type: any[]

items to display in the card footer, or data for each footer item

footerTag

Type: string | undefined

Default: p

tag to wrap footer items in