mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
update TailwindDocs
This commit is contained in:
parent
05552029ca
commit
b301b2dd7f
3 changed files with 20 additions and 2 deletions
|
@ -27,7 +27,13 @@ export default {
|
|||
'!bg-gray-700 hover:bg-gray-800 h-12 w-12 rounded-full text-white': props.target !== 'parent'
|
||||
}
|
||||
]
|
||||
})
|
||||
}),
|
||||
transition: {
|
||||
enterFromClass: 'opacity-0',
|
||||
enterActiveClass: 'transition-opacity duration-150',
|
||||
leaveActiveClass: 'transition-opacity duration-150',
|
||||
leaveToClass: 'opacity-0'
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue