Update demos and aura

This commit is contained in:
Cagatay Civici 2024-01-24 01:58:13 +03:00
parent 0cb9eb29b1
commit 88bb7e6980
83 changed files with 1860 additions and 366 deletions

View file

@ -7,10 +7,7 @@
<button type="button" :class="['font-medium linkbox mr-3 mt-4', { active: theme && theme.startsWith('md') }]" @click="changeTheme('md', 'indigo')">Material</button>
<button type="button" :class="['font-medium linkbox mr-3 mt-4', { active: theme && theme.startsWith('bootstrap4') }]" @click="changeTheme('bootstrap4', 'blue')">Bootstrap</button>
</div>
<div
class="themes-main flex mt-7 justify-content-center px-5 lg:px-8"
:style="{ backgroundImage: `url('https://primefaces.org/cdn/primevue/images/landing/wave-${$appState.darkTheme ? 'dark-alt-gray' : 'light-alt-gray'}.svg')`, backgroundSize: 'cover' }"
>
<div class="themes-main flex mt-7 justify-content-center px-5 lg:px-8">
<div class="box overflow-hidden z-1 p-5 table-container">
<DataTable
v-model:selection="selectedCustomers"