Files
ui/src/theme/collapsible.ts
2024-07-30 16:46:42 +02:00

7 lines
218 B
TypeScript

export default {
slots: {
root: 'flex flex-col gap-2',
content: 'data-[state=open]:animate-[collapsible-down_200ms_ease-out] data-[state=closed]:animate-[collapsible-up_200ms_ease-out] overflow-hidden'
}
}