Update wording

This commit is contained in:
Cagatay Civici 2024-05-27 18:27:37 +03:00
parent 00c0434fe6
commit 0b1f286ee8
3 changed files with 10 additions and 7 deletions

View file

@ -2,8 +2,9 @@
<DocSectionText v-bind="$attrs">
<p>
The <a href="https://www.npmjs.com/package/tailwindcss-primeui" target="_blank" rel="noopener noreferrer">tailwindcss-primeui</a> is an official plugin by PrimeTek to provide first class integration between a Prime UI library like
PrimeVue and Tailwind CSS. In styled mode, the semantic colors such as primary and surfaces are provided as Tailwind utilities e.g. <i>bg-primary</i>, <i>text-surface-500</i>, <i>text-muted-color</i>.
PrimeVue and Tailwind CSS. It is designed to work both in styled and unstyled modes. For example, in styled mode the semantic colors such as primary and surfaces are provided as Tailwind utilities e.g. <i>bg-primary</i>,
<i>text-surface-500</i>, <i>text-muted-color</i> by deriving their values from the design tokens. This integration is not compatible with PrimeVue v3 and requires PrimeVue v4.
</p>
<p>View the <NuxtLink to="/tailwind/">Tailwind</NuxtLink> section for more details about the installation and the features.</p>
<p>View the <NuxtLink to="/tailwind/">Tailwind</NuxtLink> section for more details about how to use Tailwind CSS with PrimeVue efficiently.</p>
</DocSectionText>
</template>