Added <GradientBlinds /> Background

This commit is contained in:
Utkarsh-Singhal-26
2025-08-24 11:34:34 +05:30
parent c536f27b89
commit 2019a1f2a1
5 changed files with 607 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ const backgrounds = {
'light-rays': () => import('../demo/Backgrounds/LightRaysDemo.vue'),
'plasma': () => import('../demo/Backgrounds/PlasmaDemo.vue'),
'prism': () => import('../demo/Backgrounds/PrismDemo.vue'),
'gradient-blinds': () => import('../demo/Backgrounds/GradientBlindsDemo.vue'),
};
export const componentMap = {