mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
update TailwindDocs
This commit is contained in:
parent
05552029ca
commit
b301b2dd7f
3 changed files with 20 additions and 2 deletions
|
@ -76,7 +76,13 @@ export default {
|
|||
'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]'
|
||||
]
|
||||
},
|
||||
closeicon: 'w-6 h-6'
|
||||
closeicon: 'w-6 h-6',
|
||||
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