9 lines
505 B
Vue
9 lines
505 B
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p>This example covers how to enable the default Tailwind based PrimeOne Design implementation and the customization options.</p>
|
|
</DocSectionText>
|
|
<div class="flex justify-content-center">
|
|
<iframe class="w-full h-full" style="border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 2px; min-height: 800px" allowfullscreen src="https://stackblitz.com/edit/vitejs-vite-3gg5r4?file=src%2FApp.vue&embed=1"></iframe>
|
|
</div>
|
|
</template>
|