Steps components is an indicator for the steps in a workflow.
+TabMenu uses the common MenuModel API to define the items, visit
TabMenu is integrated with Vue Router and requires a collection of menuitems as its model.
+Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
+Name | +Type | +Default | +Description | +
---|---|---|---|
model | +array | +null | +An array of menuitems. | +
Following is the list of structural style classes, for theming classes visit
Name | +Element | +
---|---|
p-tabmenu | +Container element. | +
p-tabmenu-nav | +List element. | +
p-tabmenuitem | +Menuitem element. | +
p-highlight | +Active menuitem element. | +
p-menuitem-icon | +Icon of a menuitem. | +
p-menuitem-text | +Text of a menuitem. | +
None.
+