Skip to content

Commit

Permalink
Add playground
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 20, 2023
1 parent d19c26d commit a8ab859
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/menu/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"name": "Nuxt",
"to": "/nuxt",
"badge": "NEW"
},
{
"name": "Playground",
"to": "/playground",
"badge": "NEW"
}
]
},
Expand Down
20 changes: 20 additions & 0 deletions pages/playground/index.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<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 interative environment.</p>
</div>
<section class="py-4">
<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-bpqpcf?file=src%2FApp.vue&embed=1"></iframe>
</section>
</div>
</div>
</div>
</template>

1 comment on commit a8ab859

@vercel
Copy link

@vercel vercel bot commented on a8ab859 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primevue – ./

primevue.org
primevue-primetek.vercel.app
primevue-git-prod-primetek.vercel.app

Please sign in to comment.