mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
MegaMenu, Menu, Menubar unstyled demo updates
This commit is contained in:
parent
8217453189
commit
68d29dc847
12 changed files with 705 additions and 24 deletions
|
@ -1,14 +1,22 @@
|
|||
<template>
|
||||
<DocComponent title="Vue Navbar Component" header="Menubar" description="Menubar also known as Navbar, is a horizontal menu component." :componentDocs="docs" :apiDocs="['Menubar', 'MenuItem']" :ptTabComponent="ptComponent" />
|
||||
<DocComponent
|
||||
title="Vue Navbar Component"
|
||||
header="Menubar"
|
||||
description="Menubar also known as Navbar, is a horizontal menu component."
|
||||
:componentDocs="docs"
|
||||
:apiDocs="['Menubar', 'MenuItem']"
|
||||
:ptTabComponent="ptComponent"
|
||||
:themingDocs="themingDoc"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AccessibilityDoc from '@/doc/menubar/AccessibilityDoc';
|
||||
import BasicDoc from '@/doc/menubar/BasicDoc';
|
||||
import ImportDoc from '@/doc/menubar/ImportDoc';
|
||||
import StyleDoc from '@/doc/menubar/StyleDoc';
|
||||
import TemplateDoc from '@/doc/menubar/TemplateDoc';
|
||||
import PTComponent from '@/doc/menubar/pt/index.vue';
|
||||
import ThemingDoc from '@/doc/menubar/theming/index.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
@ -29,18 +37,14 @@ export default {
|
|||
label: 'Template',
|
||||
component: TemplateDoc
|
||||
},
|
||||
{
|
||||
id: 'style',
|
||||
label: 'Style',
|
||||
component: StyleDoc
|
||||
},
|
||||
{
|
||||
id: 'accessibility',
|
||||
label: 'Accessibility',
|
||||
component: AccessibilityDoc
|
||||
}
|
||||
],
|
||||
ptComponent: PTComponent
|
||||
ptComponent: PTComponent,
|
||||
themingDoc: ThemingDoc
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue