Search results

HeaderModel API in Vue Tabs API component

Interface for a class Header

Properties

iconCss

string

Specifies the icon class that is used to render an icon in the Tab header.

iconPosition

string

Options for positioning the icon in the Tab item header. This property depends on iconCss property. The possible values for this property as follows

  • Left: Places the icon to the left of the item.
  • Top: Places the icon on the top of the item.
  • Right: Places the icon to the right end of the item.
  • Bottom: Places the icon at the bottom of the item.

text

string | HTMLElement

Specifies the display text of the Tab item header.