primevue-mirror/apps/showcase/doc/theming/unstyled/libraries/TailwindDoc.vue
Cagatay Civici 04b3b2e2ff Doc update
2024-07-03 13:28:54 +03:00

7 lines
283 B
Vue

<template>
<DocSectionText v-bind="$attrs">
<p>Tailwind CSS is perfect fit for the unstyled mode, visit the dedicated <NuxtLink to="/tailwind">Tailwind CSS</NuxtLink> documentation for the first-class integration.</p>
</DocSectionText>
</template>
<script></script>