mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
7 lines
283 B
Vue
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>
|