mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +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'
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
export { default as button } from './button'
|
||||
export { default as collapsible } from './collapsible'
|
||||
export { default as container } from './container'
|
||||
export { default as icons } from './icons'
|
||||
export { default as tooltip } from './tooltip'
|
||||
Reference in New Issue
Block a user