primevue-mirror/apps/showcase/doc/tailwind/samples/StarterDoc.vue

10 lines
395 B
Vue
Raw Normal View History

2025-02-24 11:26:37 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>
The Tailwind v4 and PrimeVue
<a href="https://github.com/primefaces/primevue-examples/tree/main/vite-tailwindv4" target="_blank" rel="noopener noreferrer">starter example</a>
is available to demonstrate the integration setup with an example dashboard.
</p>
</DocSectionText>
</template>