mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Convert to PrimeVue monorepo
This commit is contained in:
parent
970ba75b06
commit
61929eae75
4144 changed files with 59008 additions and 36177 deletions
10
apps/showcase/doc/guides/primeflex/PluginDoc.vue
Normal file
10
apps/showcase/doc/guides/primeflex/PluginDoc.vue
Normal file
|
@ -0,0 +1,10 @@
|
|||
<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. 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 how to use Tailwind CSS with PrimeVue efficiently.</p>
|
||||
</DocSectionText>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue