diff --git a/src/AppMenu.vue b/src/AppMenu.vue index d6615e3c6..f68a814f5 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -127,6 +127,7 @@
Breadcrumb provides contextual information about page hierarchy.
+Breadcrumb uses the common MenuModel API to define the items, visit
Breadcrumb requires a collection of menuitems as its model and a home item.
+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. | +
home | +menuitem | +null | +Configuration for the home icon. | +
Following is the list of structural style classes, for theming classes visit
Name | +Element | +
---|---|
p-breadcrumb | +Container element. | +
p-menuitem | +Menuitem element. | +
p-menuitem-text | +Label of a menuitem. | +
p-breadcrumb-chevron | +Chevron element. | +
None.
+Menu is a navigation / command component that supports dynamic and static positioning..
+Menu is a navigation / command component that supports dynamic and static positioning.
Menu uses the common MenuModel API to define the items, visit
Menu requires a collection of menuitems as its model.
Menu uses the common MenuModel API to define the items, visit
Menu supports one level of nesting via subitems of an item.