mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
chore(Collapsible): new component
This commit is contained in:
5
src/theme/collapsible.ts
Normal file
5
src/theme/collapsible.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
slots: {
|
||||
content: 'data-[state=open]:animate-[collapsibleSlideDown_200ms_ease-out] data-[state=closed]:animate-[collapsibleSlideUp_200ms_ease-out] overflow-hidden'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user