Update TailwindDoc.vue
parent
cfc8136b25
commit
2e2c6d8ceb
|
@ -4,11 +4,9 @@
|
||||||
PrimeVue offers a built-in Tailwind theme to get you started quickly. The default values related to the component are displayed below. The component can easily be styled with your own design based on Tailwind utilities, see the
|
PrimeVue offers a built-in Tailwind theme to get you started quickly. The default values related to the component are displayed below. The component can easily be styled with your own design based on Tailwind utilities, see the
|
||||||
<PrimeVueNuxtLink to="/tailwind">Tailwind Customization</PrimeVueNuxtLink> section for an example.
|
<PrimeVueNuxtLink to="/tailwind">Tailwind Customization</PrimeVueNuxtLink> section for an example.
|
||||||
</p>
|
</p>
|
||||||
<!-- <div class="overflow-auto" style="max-height: 40rem"> -->
|
|
||||||
<DocSectionCode :code="code1" hideToggleCode importCode hideCodeSandbox hideStackBlitz />
|
<DocSectionCode :code="code1" hideToggleCode importCode hideCodeSandbox hideStackBlitz />
|
||||||
<!-- </div> -->
|
<p class="mt-4">A playground sample with the pre-built Tailwind theme.</p>
|
||||||
<p class="mt-6s">A playground sample with the pre-built Tailwind theme.</p>
|
<DocSectionCode :code="code2" embedded />
|
||||||
<!-- <DocSectionCode :code="code2" embedded /> -->
|
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue