9 lines
403 B
Vue
9 lines
403 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>
|
||
|
Visit <a href="https://github.com/primefaces/primevue-tailwind" target="_blank" rel="noopener noreferrer" class="doc-link">Tailwind Presets</a> project for detailed documentation, examples and ready-to-use presets about how to style
|
||
|
PrimeVue components with Tailwind CSS.
|
||
|
</p>
|
||
|
</DocSectionText>
|
||
|
</template>
|