Added <GridMotion /> background

This commit is contained in:
Utkarsh-Singhal-26
2025-07-12 12:06:15 +05:30
parent 85110de2ad
commit 45d0dbaf3c
5 changed files with 278 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ const backgrounds = {
'threads': () => import("../demo/Backgrounds/ThreadsDemo.vue"),
'aurora': () => import("../demo/Backgrounds/AuroraDemo.vue"),
'beams': () => import("../demo/Backgrounds/BeamsDemo.vue"),
'grid-motion': () => import("../demo/Backgrounds/GridMotionDemo.vue"),
};
export const componentMap = {