mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Migrated demos
This commit is contained in:
parent
1f86b4906f
commit
48f92d3966
454 changed files with 3920 additions and 3920 deletions
|
@ -22,15 +22,15 @@ const app = createApp(App);
|
|||
app.use(PrimeVue, {
|
||||
pt: {
|
||||
button: {
|
||||
root: { class: 'bg-teal-500 hover:bg-teal-700 cursor-pointer text-white p-3 border-round border-none flex gap-2' },
|
||||
root: { class: 'bg-teal-500 hover:bg-teal-700 cursor-pointer text-white p-4 rounded border-0 flex gap-2' },
|
||||
label: 'text-white font-bold text-xl', // OR { class: 'text-white font-bold text-xl' }
|
||||
icon: 'text-white text-2xl'
|
||||
},
|
||||
panel: {
|
||||
header: 'bg-primary border-primary',
|
||||
header: 'bg-primary text-primary-contrast border-primary',
|
||||
content: 'border-primary text-lg text-primary-700',
|
||||
title: 'bg-primary text-xl',
|
||||
toggler: 'bg-primary hover:bg-primary-reverse'
|
||||
title: 'bg-primary text-primary-contrast text-xl',
|
||||
toggler: 'bg-primary text-primary-contrast hover:text-primary hover:bg-primary-contrast'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue