FEAT: 🎉 Added <LightPillar /> background

This commit is contained in:
Utkarsh-Singhal-26
2025-12-04 14:17:04 +05:30
parent 937c5bc71e
commit 654b9672a5
9 changed files with 603 additions and 3 deletions

View File

@@ -948,5 +948,13 @@ export const componentMetadata: ComponentMetadata = {
name: 'LiquidEther',
docsUrl: 'https://vue-bits.dev/backgrounds/liquid-ether',
tags: []
},
'Backgrounds/LightPillar': {
videoUrl: '/assets/videos/lightpillar.webm',
description: 'Vertical pillar of light with glow effects.',
category: 'Backgrounds',
name: 'LightPillar',
docsUrl: 'https://vue-bits.dev/backgrounds/light-pillar',
tags: []
}
};