mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update demos and aura
This commit is contained in:
parent
0cb9eb29b1
commit
88bb7e6980
83 changed files with 1860 additions and 366 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue