primevue-mirror/apps/showcase/pages/playground/index.vue

21 lines
791 B
Vue

<template>
<div>
<Head>
<Title>Playground - PrimeVue</Title>
<Meta name="description" content="PrimeVue playground." />
</Head>
<div class="doc">
<div class="doc-main">
<div class="doc-intro">
<h1>Playground</h1>
<p>Experience PrimeVue right now with the interactive environment.</p>
</div>
<section class="py-6">
<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-nxnmay?file=src%2FApp.vue&embed=1"></iframe>
</section>
</div>
</div>
</div>
</template>