primevue-mirror/apps/labs/doc/nuxt/TailwindDoc.vue

10 lines
570 B
Vue

<template>
<DocSectionText v-bind="$attrs">
<p>
You may either choose to install the <a href="https://github.com/nuxt-modules/tailwindcss" target="_blank" rel="noopener noreferrer">@nuxtjs/tailwindcss module</a> or
<a href="https://tailwindcss.com/docs/guides/nuxtjs" target="_blank" rel="noopener noreferrer">install Tailwind CSS manually</a>; the prerequisite steps are covered by their guides. If you have Nuxt and Tailwind configured successfully,
follow the next steps.
</p>
</DocSectionText>
</template>