Added <PrismaticBurst /> Background

This commit is contained in:
Utkarsh-Singhal-26
2025-08-27 09:14:35 +05:30
parent 77674b74d3
commit 1342735eba
6 changed files with 655 additions and 4 deletions

View File

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