Fixed variable scope, update links

pull/4615/head
Cagatay Civici 2023-10-15 06:37:04 +03:00
parent 444404726d
commit 05b9bdb5f2
4 changed files with 13 additions and 10 deletions

View File

@ -1,4 +1,4 @@
.layout-wrapper.layout-dark { .layout-dark {
--topbar-sticky-bg:rgba(0,0,0,.3); --topbar-sticky-bg:rgba(0,0,0,.3);
--card-border: 0 none; --card-border: 0 none;
--card-bg: var(--surface-card); --card-bg: var(--surface-card);

View File

@ -1,4 +1,4 @@
.layout-wrapper.layout-light { .layout-light {
--topbar-sticky-bg:rgba(255,255,255,.7); --topbar-sticky-bg:rgba(255,255,255,.7);
--card-border: 1px solid var(--surface-border); --card-border: 1px solid var(--surface-border);
--card-bg: var(--surface-card); --card-bg: var(--surface-card);

View File

@ -1,19 +1,19 @@
<template> <template>
<DocSectionText v-bind="$attrs"> <DocSectionText v-bind="$attrs">
<p>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 the samples.</p> <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> </DocSectionText>
<div class="flex flex-wrap card justify-content-between align-items-center gap-3"> <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"> <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-8rem h-8rem mb-3" /> <img src="https://primefaces.org/cdn/primevue/images/logos/vite.svg" alt="Vite" class="w-4rem h-4rem mb-3" />
<span class="font-bold text-xl text-900">Vite</span> <span class="text-xl text-900">Vite</span>
</a> </a>
<a href="https://github.com/primefaces/primevue-examples/tree/main/nuxt3-quickstart" class="flex flex-column align-items-center"> <a href="https://github.com/primefaces/primevue-examples/tree/main/nuxt3-quickstart" class="flex flex-column align-items-center">
<img src="https://primefaces.org/cdn/primevue/images/logos/nuxt.svg" alt="Nuxt.JS" class="w-8rem h-8rem mb-3" /> <img src="https://primefaces.org/cdn/primevue/images/logos/nuxt.svg" alt="Nuxt.JS" class="w-4rem h-4rem mb-3" />
<span class="font-bold text-xl text-900">Nuxt</span> <span class="text-xl text-900">Nuxt</span>
</a> </a>
<a href="https://github.com/primefaces/primevue-examples/tree/main/astro-quickstart" class="text-800 flex flex-column align-items-center"> <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-8rem h-8rem mb-3" /> <img src="https://primefaces.org/cdn/primevue/images/logos/astro.svg" alt="Astro" class="w-4rem h-4rem mb-3" />
<span class="font-bold text-xl text-900">Astro</span> <span class="text-xl text-900">Astro</span>
</a> </a>
</div> </div>
</template> </template>

View File

@ -8,6 +8,9 @@
<li class="mb-4"> <li class="mb-4">
<router-link to="/installation" class="text-secondary font-medium hover:text-primary border-round transition-all transition-duration-150">Get Started</router-link> <router-link to="/installation" class="text-secondary font-medium hover:text-primary border-round transition-all transition-duration-150">Get Started</router-link>
</li> </li>
<li class="mb-4">
<a href="https://github.com/primefaces/primevue-examples" class="text-secondary font-medium hover:text-primary border-round transition-all transition-duration-150" target="_blank" rel="noopener noreferrer">Examples</a>
</li>
</ul> </ul>
</div> </div>
<div class="w-6 lg:w-3 flex"> <div class="w-6 lg:w-3 flex">