🎉 New <PixelSnow /> component

This commit is contained in:
Utkarsh-Singhal-26
2025-12-20 22:32:22 +05:30
parent 55803b6ec0
commit ef4bf21da9
7 changed files with 485 additions and 4 deletions

View File

@@ -916,5 +916,13 @@ export const componentMetadata: ComponentMetadata = {
name: 'LightPillar',
docsUrl: 'https://vue-bits.dev/backgrounds/light-pillar',
tags: []
},
'Backgrounds/PixelSnow': {
videoUrl: '/assets/videos/pixelsnow.webm',
description: 'Falling pixelated snow effect with customizable density and speed.',
category: 'Backgrounds',
name: 'PixelSnow',
docsUrl: 'https://vue-bits.dev/backgrounds/pixel-snow',
tags: []
}
};