diff --git a/src/views/breadcrumb/BreadcrumbDoc.vue b/src/views/breadcrumb/BreadcrumbDoc.vue index dffdf26ce..3988f58fc 100755 --- a/src/views/breadcrumb/BreadcrumbDoc.vue +++ b/src/views/breadcrumb/BreadcrumbDoc.vue @@ -1,18 +1,16 @@ \ No newline at end of file diff --git a/src/views/contextmenu/ContextMenuDoc.vue b/src/views/contextmenu/ContextMenuDoc.vue index 3c385cc7a..de9c60a25 100755 --- a/src/views/contextmenu/ContextMenuDoc.vue +++ b/src/views/contextmenu/ContextMenuDoc.vue @@ -1,18 +1,16 @@ \ No newline at end of file diff --git a/src/views/megamenu/MegaMenuDoc.vue b/src/views/megamenu/MegaMenuDoc.vue index 4ae1a3be5..e660d840f 100755 --- a/src/views/megamenu/MegaMenuDoc.vue +++ b/src/views/megamenu/MegaMenuDoc.vue @@ -1,15 +1,13 @@ \ No newline at end of file diff --git a/src/views/menu/MenuDoc.vue b/src/views/menu/MenuDoc.vue index 002644963..0691cd767 100755 --- a/src/views/menu/MenuDoc.vue +++ b/src/views/menu/MenuDoc.vue @@ -1,18 +1,16 @@ diff --git a/src/views/menubar/MenubarDoc.vue b/src/views/menubar/MenubarDoc.vue index 0c8ffd4d5..d6b37cf38 100755 --- a/src/views/menubar/MenubarDoc.vue +++ b/src/views/menubar/MenubarDoc.vue @@ -1,18 +1,16 @@ \ No newline at end of file diff --git a/src/views/panelmenu/PanelMenuDoc.vue b/src/views/panelmenu/PanelMenuDoc.vue index 76f3e9409..b81145546 100755 --- a/src/views/panelmenu/PanelMenuDoc.vue +++ b/src/views/panelmenu/PanelMenuDoc.vue @@ -1,18 +1,16 @@ \ No newline at end of file diff --git a/src/views/steps/StepsDoc.vue b/src/views/steps/StepsDoc.vue index 349501dba..c05611c62 100755 --- a/src/views/steps/StepsDoc.vue +++ b/src/views/steps/StepsDoc.vue @@ -6,11 +6,11 @@ import Steps from 'primevue/steps'; -
MenuModel
-

Steps uses the common MenuModel API to define the items, visit MenuModel API for details.

+
MenuModel
+

Steps uses the common MenuModel API to define the items, visit MenuModel API for details.

-
Getting Started
-

Steps is integrated with Vue Router and requires a collection of menuitems as its model.

+
Getting Started
+

Steps is integrated with Vue Router and requires a collection of menuitems as its model.


 <Steps :model="items" />
 <router-view />
@@ -43,82 +43,82 @@ export default {
 
 
-
Interactive
-

Items are readonly by default, if you'd like to make them interactive then disable readonly property.

+
Interactive
+

Items are readonly by default, if you'd like to make them interactive then disable readonly property.


 <Steps :model="items" :readonly="false" />
 <router-view />
 
 
-
Properties
-

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDefaultDescription
idstringnullUnique identifier of the element.
modelarraynullAn array of menuitems.
readonlybooleantrueWhether the items are clickable or not.
-
+
Properties
+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefaultDescription
idstringnullUnique identifier of the element.
modelarraynullAn array of menuitems.
readonlybooleantrueWhether the items are clickable or not.
+
-
Styling
-

Following is the list of structural style classes, for theming classes visit theming page.

-
- - - - - - - - - - - - - - - - - - - - - - - - - -
NameElement
p-stepsContainer element.
p-steps-itemMenuitem element.
p-steps-numberNumber of menuitem.
p-steps-titleLabel of menuitem.
-
+
Styling
+

Following is the list of structural style classes, for theming classes visit theming page.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NameElement
p-stepsContainer element.
p-steps-itemMenuitem element.
p-steps-numberNumber of menuitem.
p-steps-titleLabel of menuitem.
+
-
Dependencies
-

None.

+
Dependencies
+

None.

@@ -133,11 +133,13 @@ export default { content: `