feat: Add folder component

This commit is contained in:
jhanma17
2025-07-16 22:40:22 -05:00
parent 337c40bf7f
commit 35cfd2ae4e
5 changed files with 362 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ const components = {
'spotlight-card': () => import('../demo/Components/SpotlightCardDemo.vue'),
'circular-gallery': () => import('../demo/Components/CircularGalleryDemo.vue'),
'flying-posters': () => import('../demo/Components/FlyingPostersDemo.vue'),
'folder': () => import('../demo/Components/FolderDemo.vue'),
'card-swap': () => import('../demo/Components/CardSwapDemo.vue'),
'infinite-scroll': () => import('../demo/Components/InfiniteScrollDemo.vue'),
'glass-icons': () => import('../demo/Components/GlassIconsDemo.vue'),