mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Knob, Listbox, MultiSelect, Password unstyled demo updates
This commit is contained in:
parent
6cfb10b024
commit
bcbfb54ac2
16 changed files with 305 additions and 32 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<DocComponent title="Vue Listbox Component" header="Listbox" description="Listbox is used to select one or more values from a list of items." :componentDocs="docs" :apiDocs="['Listbox']" :ptTabComponent="ptComponent" />
|
||||
<DocComponent title="Vue Listbox Component" header="Listbox" description="Listbox is used to select one or more values from a list of items." :componentDocs="docs" :apiDocs="['Listbox']" :ptTabComponent="ptComponent" :themingDocs="themingDoc" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -11,11 +11,11 @@ import GroupDoc from '@/doc/listbox/GroupDoc';
|
|||
import ImportDoc from '@/doc/listbox/ImportDoc';
|
||||
import InvalidDoc from '@/doc/listbox/InvalidDoc';
|
||||
import MultipleDoc from '@/doc/listbox/MultipleDoc';
|
||||
import StyleDoc from '@/doc/listbox/StyleDoc';
|
||||
import TemplateDoc from '@/doc/listbox/TemplateDoc';
|
||||
import VirtualScrollDoc from '@/doc/listbox/VirtualScrollDoc';
|
||||
import VeeValidateDoc from '@/doc/listbox/form/VeeValidateDoc';
|
||||
import PTComponent from '@/doc/listbox/pt/index.vue';
|
||||
import ThemingDoc from '@/doc/listbox/theming/index.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
@ -78,18 +78,14 @@ export default {
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
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