11 lines
415 B
Vue
11 lines
415 B
Vue
|
<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>
|
||
|
</DocSectionText>
|
||
|
</template>
|
||
|
|
||
|
<script></script>
|