Added <Galaxy /> background

This commit is contained in:
Utkarsh-Singhal-26
2025-07-21 10:24:33 +05:30
parent 3b41d5e43a
commit 6dc1ac4962
5 changed files with 571 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ const backgrounds = {
'liquid-chrome': () => import('../demo/Backgrounds/LiquidChromeDemo.vue'),
'grid-distortion': () => import('../demo/Backgrounds/GridDistortionDemo.vue'),
'ripple-grid': () => import('../demo/Backgrounds/RippleGridDemo.vue'),
'galaxy': () => import('../demo/Backgrounds/GalaxyDemo.vue'),
};
export const componentMap = {