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

8 lines
283 B
Vue
Raw Normal View History

2024-04-01 08:21:52 +00:00
<template>
<DocSectionText v-bind="$attrs">
2024-07-03 10:28:54 +00:00
<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>
2024-04-01 08:21:52 +00:00
</DocSectionText>
</template>
<script></script>