mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
RadioButton, Rating, SelectButton, Slider unstyled demo updates
This commit is contained in:
parent
bcbfb54ac2
commit
e9623c4484
16 changed files with 333 additions and 27 deletions
|
@ -1,17 +1,26 @@
|
|||
<template>
|
||||
<DocComponent title="Vue SelectButton Component" header="SelectButton" description="Slider is a component to provide input with a drag handle." :componentDocs="docs" :apiDocs="['SelectButton']" :ptTabComponent="ptComponent" />
|
||||
<DocComponent
|
||||
title="Vue SelectButton Component"
|
||||
header="SelectButton"
|
||||
description="Slider is a component to provide input with a drag handle."
|
||||
:componentDocs="docs"
|
||||
:apiDocs="['SelectButton']"
|
||||
:ptTabComponent="ptComponent"
|
||||
:themingDocs="themingDoc"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AccessibilityDoc from '@/doc/selectbutton/AccessibilityDoc';
|
||||
import BasicDoc from '@/doc/selectbutton/BasicDoc';
|
||||
import DisabledDoc from '@/doc/selectbutton/DisabledDoc';
|
||||
import VeeValidateDoc from '@/doc/selectbutton/form/VeeValidateDoc';
|
||||
import ImportDoc from '@/doc/selectbutton/ImportDoc';
|
||||
import InvalidDoc from '@/doc/selectbutton/InvalidDoc';
|
||||
import MultipleDoc from '@/doc/selectbutton/MultipleDoc';
|
||||
import TemplateDoc from '@/doc/selectbutton/TemplateDoc';
|
||||
import VeeValidateDoc from '@/doc/selectbutton/form/VeeValidateDoc';
|
||||
import PTComponent from '@/doc/selectbutton/pt/index.vue';
|
||||
import ThemingDoc from '@/doc/selectbutton/theming/index.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
@ -65,7 +74,8 @@ export default {
|
|||
component: AccessibilityDoc
|
||||
}
|
||||
],
|
||||
ptComponent: PTComponent
|
||||
ptComponent: PTComponent,
|
||||
themingDoc: ThemingDoc
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue