Doc update

This commit is contained in:
Cagatay Civici 2024-07-03 13:28:54 +03:00
parent ca2201742f
commit 04b3b2e2ff
5 changed files with 13 additions and 65 deletions

View file

@ -1,9 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>
Tailwind CSS is perfect fit for the unstyled mode, PrimeVue even offers the standalone <a href="https://tailwind.primevue.org" target="_blank" rel="noopener noreferrer">Tailwind Presets</a> project that styles the complete UI suite with
Tailwind CSS to use a base.
</p>
<p>Tailwind CSS is perfect fit for the unstyled mode, visit the dedicated <NuxtLink to="/tailwind">Tailwind CSS</NuxtLink> documentation for the first-class integration.</p>
</DocSectionText>
</template>