Merge pull request #45 from onmax/animated-list

Add AnimatedList component
This commit is contained in:
David
2025-07-19 19:24:33 +03:00
committed by GitHub
5 changed files with 314 additions and 0 deletions

View File

@@ -45,6 +45,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'),