vbPanel

Bulma documentationopen in new window

Slots

content for panel header. Overrides title prop.

tab-text

Content to use instead of object vbTxt property.

tab#

where # is a number

A dynamic slot name used to input content for the panel tab item at index # from the items array. The item at index # is bound to the slot.

Recommended to use an a tag as the root element

block#

where # is a number

A dynamic slot name used to input content for the panel block item at index # from the items array The item at index # is bound to the slot.

Bulma recommended to use an a or label as the root element

icon

icon slot for an Icon component to display before each block item

icon#

where # is a number

A dynamic slot name used to input content for the panel block item's icon at index # from the items array The item at index # is bound to the slot.

The slot is used for icon component icon slot.

Props

tag

Type: string | undefined

Root tag for the prop

title

Type: string| undefined

Text to display in panel header

items

Type: BulmaPanelType[] | BulmaPanelOptions | BulmaPanelItem[]

Items to display within the panel

colour

Type: BulmaColour | undefined

colour of the panel header