1
0
Fork 0
mirror of https://github.com/primefaces/primevue.git synced 2025-05-09 17:02:38 +00:00
primevue-mirror/doc/installation/ExamplesDoc.vue
Tuğçe Küçükoğlu db5383b13f Link fixes
2023-10-18 11:21:29 +03:00

19 lines
1.4 KiB
Vue

<template>
<DocSectionText v-bind="$attrs">
<p class="mb-0">We've created various samples for the popular options in the Vue ecosystem. Visit the <a href="https://github.com/primefaces/primevue-examples">primevue-examples</a> repository for more samples.</p>
</DocSectionText>
<div v-if="false" class="flex flex-wrap card align-items-center gap-5">
<a href="https://github.com/primefaces/primevue-examples/tree/main/vite-quickstart" class="flex flex-column align-items-center">
<img src="https://primefaces.org/cdn/primevue/images/logos/vite.svg" alt="Vite" class="w-4rem h-4rem mb-3" />
<span class="text-xl text-900">Vite</span>
</a>
<a href="https://github.com/primefaces/primevue-examples/tree/main/nuxt-quickstart" class="flex flex-column align-items-center">
<img src="https://primefaces.org/cdn/primevue/images/logos/nuxt.svg" alt="Nuxt.JS" class="w-4rem h-4rem mb-3" />
<span class="text-xl text-900">Nuxt</span>
</a>
<a href="https://github.com/primefaces/primevue-examples/tree/main/astro-quickstart" class="text-800 flex flex-column align-items-center">
<img src="https://primefaces.org/cdn/primevue/images/logos/astro.svg" alt="Astro" class="w-4rem h-4rem mb-3" />
<span class="text-xl text-900">Astro</span>
</a>
</div>
</template>