10 lines
395 B
Vue
10 lines
395 B
Vue
<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>
|