mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Button, SpeedDial, SplitButton unstyled demo updates
This commit is contained in:
parent
54252e463f
commit
1b65bdab8a
12 changed files with 361 additions and 17 deletions
|
@ -1,5 +1,13 @@
|
|||
<template>
|
||||
<DocComponent title="Vue SplitButton Component" header="SplitButton" description="SplitButton groups a set of commands in an overlay with a default command." :componentDocs="docs" :apiDocs="['SplitButton']" :ptTabComponent="ptComponent" />
|
||||
<DocComponent
|
||||
title="Vue SplitButton Component"
|
||||
header="SplitButton"
|
||||
description="SplitButton groups a set of commands in an overlay with a default command."
|
||||
:componentDocs="docs"
|
||||
:apiDocs="['SplitButton']"
|
||||
:ptTabComponent="ptComponent"
|
||||
:themingDocs="themingDoc"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -13,10 +21,10 @@ import RaisedTextDoc from '@/doc/splitbutton/RaisedTextDoc.vue';
|
|||
import RoundedDoc from '@/doc/splitbutton/RoundedDoc.vue';
|
||||
import SeverityDoc from '@/doc/splitbutton/SeverityDoc.vue';
|
||||
import SizesDoc from '@/doc/splitbutton/SizesDoc.vue';
|
||||
import StyleDoc from '@/doc/splitbutton/StyleDoc.vue';
|
||||
import TemplateDoc from '@/doc/splitbutton/TemplateDoc.vue';
|
||||
import TextDoc from '@/doc/splitbutton/TextDoc.vue';
|
||||
import PTComponent from '@/doc/splitbutton/pt/index.vue';
|
||||
import ThemingDoc from '@/doc/splitbutton/theming/index.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
@ -77,18 +85,14 @@ export default {
|
|||
label: 'Disabled',
|
||||
component: DisabledDoc
|
||||
},
|
||||
{
|
||||
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