Create <LightRays /> background

This commit is contained in:
Alfarish Fizikri
2025-07-25 17:26:36 +07:00
parent f126758606
commit 4b5cd3d7da
5 changed files with 815 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ const backgrounds = {
'ripple-grid': () => import('../demo/Backgrounds/RippleGridDemo.vue'),
'galaxy': () => import('../demo/Backgrounds/GalaxyDemo.vue'),
'faulty-terminal': () => import('../demo/Backgrounds/FaultyTerminalDemo.vue'),
'light-rays': () => import('../demo/Backgrounds/LightRaysDemo.vue'),
};
export const componentMap = {