FEAT: 🎉 Added <FloatingLines /> background

This commit is contained in:
Utkarsh-Singhal-26
2025-11-16 18:35:53 +05:30
parent 803c1ca454
commit d2fb6cad34
7 changed files with 734 additions and 3 deletions

View File

@@ -765,6 +765,14 @@ export const componentMetadata: ComponentMetadata = {
docsUrl: 'https://vue-bits.dev/backgrounds/faulty-terminal',
tags: []
},
'Backgrounds/FloatingLines': {
videoUrl: '/assets/video/floatinglines.webm',
description: '3D floating lines that react to cursor movement.',
category: 'Backgrounds',
name: 'FloatingLines',
docsUrl: 'https://vue-bits.dev/backgrounds/floating-lines',
tags: []
},
'Backgrounds/Galaxy': {
videoUrl: '/assets/videos/galaxy.webm',
description: 'Parallax realistic starfield with pointer interactions.',