Types used for vbPanel
BulmaPanelType
string Type: 'block' | 'tabs';
A block item is for generic display content
A tabs item is for a series tab items
BulmaPanelItem
object
vbType
Type: BulmaPanelType
The type of panel item to display
vbTabs
Type: {vbLink: string, vbTxt: string}[]
| undefined
For a panel type (vbType) of tabs
will be displayed as the tabs within the panel
vbTxt
Type: string
| undefined
Text to display in the panel item
BulmaPanelOptions
object
number
Type: number
The number of [panel] items to create
vbType
Type: BulmaPanelType
The type of panel items to create