mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
DynamicDialog StyledDoc added
This commit is contained in:
parent
62799717e6
commit
ea472701a1
2 changed files with 11 additions and 0 deletions
5
doc/dynamicdialog/theming/StyledDoc.vue
Normal file
5
doc/dynamicdialog/theming/StyledDoc.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>List of class names can be found in <PrimeVueNuxtLink to="/dialog/#styled">Dialog</PrimeVueNuxtLink> theming documentation.</p>
|
||||
</DocSectionText>
|
||||
</template>
|
|
@ -9,12 +9,18 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import StyledDoc from './StyledDoc.vue';
|
||||
import TailwindDoc from './TailwindDoc.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
docs: [
|
||||
{
|
||||
id: 'styled',
|
||||
label: 'Styled',
|
||||
component: StyledDoc
|
||||
},
|
||||
{
|
||||
id: 'unstyled',
|
||||
label: 'Unstyled',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue