primevue-mirror/apps/showcase/doc/dynamicdialog/theming/StyledDoc.vue

6 lines
247 B
Vue
Raw Normal View History

2023-08-07 12:48:33 +00:00
<template>
<DocSectionText v-bind="$attrs">
2024-05-22 13:52:40 +00:00
<p>List of class names and desing tokens can be found in <PrimeVueNuxtLink to="/dialog/#theming.styled">Dialog</PrimeVueNuxtLink> theming documentation.</p>
2023-08-07 12:48:33 +00:00
</DocSectionText>
</template>