Migrated 'Glass Surface' component.

This commit is contained in:
snepsnepy
2025-07-21 15:59:37 +03:00
parent 6f7b18429b
commit 04e1712765
5 changed files with 594 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ const textAnimations = {
const components = {
'animated-list': () => import('../demo/Components/AnimatedListDemo.vue'),
'masonry': () => import('../demo/Components/MasonryDemo.vue'),
'glass-surface': () => import('../demo/Components/GlassSurfaceDemo.vue'),
'magic-bento': () => import('../demo/Components/MagicBentoDemo.vue'),
'profile-card': () => import('../demo/Components/ProfileCardDemo.vue'),
'dock': () => import('../demo/Components/DockDemo.vue'),