Add PrimeFlex doc

This commit is contained in:
Cagatay Civici 2024-05-27 15:25:09 +03:00
parent 0e2f3a290d
commit 00c0434fe6
6 changed files with 126 additions and 2 deletions

View file

@ -0,0 +1,9 @@
<template>
<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>.
</p>
<p>View the <NuxtLink to="/tailwind/">Tailwind</NuxtLink> section for more details about the installation and the features.</p>
</DocSectionText>
</template>