mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
update TailwindDocs
This commit is contained in:
parent
05552029ca
commit
b301b2dd7f
3 changed files with 20 additions and 2 deletions
|
@ -96,6 +96,12 @@ export default {
|
|||
},
|
||||
caption: {
|
||||
class: ['absolute bottom-0 left-0 w-full', 'bg-black/50 text-white p-4']
|
||||
},
|
||||
transition: {
|
||||
enterFromClass: 'opacity-0 scale-75',
|
||||
enterActiveClass: 'transition-all duration-150 ease-in-out',
|
||||
leaveActiveClass: 'transition-all duration-150 ease-in',
|
||||
leaveToClass: 'opacity-0 scale-75'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue