Add AnimatedList component

This commit is contained in:
onmax
2025-07-19 16:08:22 +02:00
parent 8cc0e53874
commit 536b1ed562
5 changed files with 314 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ const textAnimations = {
};
const components = {
'animated-list': () => import('../demo/Components/AnimatedListDemo.vue'),
'masonry': () => import('../demo/Components/MasonryDemo.vue'),
'profile-card': () => import('../demo/Components/ProfileCardDemo.vue'),
'dock': () => import('../demo/Components/DockDemo.vue'),