primevue-mirror/doc/theming/unstyled/libraries/TailwindDoc.vue

11 lines
415 B
Vue
Raw Normal View History

2024-04-01 08:21:52 +00:00
<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>