├── .editorconfig ├── .gitattributes ├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── 1-bug-report.yml │ └── 2-feature-request.yml ├── .gitignore ├── .prettierignore ├── .prettierrc ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── env.d.ts ├── eslint.config.ts ├── index.html ├── jsrepo-build-config.json ├── package.json ├── public ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── assets │ ├── components.gif │ ├── grain.webp │ ├── iconpattern.png │ ├── messages.gif │ ├── person.png │ └── videos │ │ ├── animatedcontent.mp4 │ │ ├── animatedcontent.webm │ │ ├── animatedlist.mp4 │ │ ├── animatedlist.webm │ │ ├── asciitext.mp4 │ │ ├── asciitext.webm │ │ ├── aurora.mp4 │ │ ├── aurora.webm │ │ ├── balatro.mp4 │ │ ├── balatro.webm │ │ ├── ballpit.mp4 │ │ ├── ballpit.webm │ │ ├── beams.mp4 │ │ ├── beams.webm │ │ ├── blobcursor.mp4 │ │ ├── blobcursor.webm │ │ ├── blurtext.mp4 │ │ ├── blurtext.webm │ │ ├── bouncecards.mp4 │ │ ├── bouncecards.webm │ │ ├── bubblemenu.mp4 │ │ ├── bubblemenu.webm │ │ ├── cardnav.mp4 │ │ ├── cardnav.webm │ │ ├── cardswap.mp4 │ │ ├── cardswap.webm │ │ ├── carousel.mp4 │ │ ├── carousel.webm │ │ ├── chromagrid.mp4 │ │ ├── chromagrid.webm │ │ ├── circulargallery.mp4 │ │ ├── circulargallery.webm │ │ ├── circulartext.mp4 │ │ ├── circulartext.webm │ │ ├── clickspark.mp4 │ │ ├── clickspark.webm │ │ ├── colorbends.mp4 │ │ ├── colorbends.webm │ │ ├── counter.mp4 │ │ ├── counter.webm │ │ ├── countup.mp4 │ │ ├── countup.webm │ │ ├── crosshair.mp4 │ │ ├── crosshair.webm │ │ ├── cubes.mp4 │ │ ├── cubes.webm │ │ ├── curvedloop.mp4 │ │ ├── curvedloop.webm │ │ ├── darkveil.mp4 │ │ ├── darkveil.webm │ │ ├── decaycard.mp4 │ │ ├── decaycard.webm │ │ ├── decryptedtext.mp4 │ │ ├── decryptedtext.webm │ │ ├── dither.mp4 │ │ ├── dither.webm │ │ ├── dock.mp4 │ │ ├── dock.webm │ │ ├── domegallery.mp4 │ │ ├── domegallery.webm │ │ ├── dotgrid.mp4 │ │ ├── dotgrid.webm │ │ ├── elasticslider.mp4 │ │ ├── elasticslider.webm │ │ ├── electricborder.mp4 │ │ ├── electricborder.webm │ │ ├── fadecontent.mp4 │ │ ├── fadecontent.webm │ │ ├── fallingtext.mp4 │ │ ├── fallingtext.webm │ │ ├── faultyterminal.mp4 │ │ ├── faultyterminal.webm │ │ ├── flowingmenu.mp4 │ │ ├── flowingmenu.webm │ │ ├── flyingposters.mp4 │ │ ├── flyingposters.webm │ │ ├── folder.mp4 │ │ ├── folder.webm │ │ ├── fuzzytext.mp4 │ │ ├── fuzzytext.webm │ │ ├── galaxy.mp4 │ │ ├── galaxy.webm │ │ ├── ghostcursor.mp4 │ │ ├── ghostcursor.webm │ │ ├── glarehover.mp4 │ │ ├── glarehover.webm │ │ ├── glassicons.mp4 │ │ ├── glassicons.webm │ │ ├── glasssurface.mp4 │ │ ├── glasssurface.webm │ │ ├── glitchtext.mp4 │ │ ├── glitchtext.webm │ │ ├── gooeynav.mp4 │ │ ├── gooeynav.webm │ │ ├── gradientblinds.mp4 │ │ ├── gradientblinds.webm │ │ ├── gradienttext.mp4 │ │ ├── gradienttext.webm │ │ ├── gradualblur.mp4 │ │ ├── gradualblur.webm │ │ ├── griddistortion.mp4 │ │ ├── griddistortion.webm │ │ ├── gridmotion.mp4 │ │ ├── gridmotion.webm │ │ ├── hyperspeed.mp4 │ │ ├── hyperspeed.webm │ │ ├── imagetrail.mp4 │ │ ├── imagetrail.webm │ │ ├── infinitemenu.mp4 │ │ ├── infinitemenu.webm │ │ ├── infinitescroll.mp4 │ │ ├── infinitescroll.webm │ │ ├── iridescence.mp4 │ │ ├── iridescence.webm │ │ ├── laserflow.mp4 │ │ ├── laserflow.webm │ │ ├── letterglitch.mp4 │ │ ├── letterglitch.webm │ │ ├── lightning.mp4 │ │ ├── lightning.webm │ │ ├── lightrays.mp4 │ │ ├── lightrays.webm │ │ ├── liquidchrome.mp4 │ │ ├── liquidchrome.webm │ │ ├── liquidether.mp4 │ │ ├── liquidether.webm │ │ ├── logoloop.mp4 │ │ ├── logoloop.webm │ │ ├── magicbento.mp4 │ │ ├── magicbento.webm │ │ ├── magnet.mp4 │ │ ├── magnet.webm │ │ ├── magnetlines.mp4 │ │ ├── magnetlines.webm │ │ ├── masonry.mp4 │ │ ├── masonry.webm │ │ ├── metaballs.mp4 │ │ ├── metaballs.webm │ │ ├── metallicpaint.mp4 │ │ ├── metallicpaint.webm │ │ ├── noise.mp4 │ │ ├── noise.webm │ │ ├── orb.mp4 │ │ ├── orb.webm │ │ ├── particles.mp4 │ │ ├── particles.webm │ │ ├── pillnav.mp4 │ │ ├── pillnav.webm │ │ ├── pixelblast.mp4 │ │ ├── pixelblast.webm │ │ ├── pixelcard.mp4 │ │ ├── pixelcard.webm │ │ ├── pixeltransition.mp4 │ │ ├── pixeltransition.webm │ │ ├── plasma.mp4 │ │ ├── plasma.webm │ │ ├── prism.mp4 │ │ ├── prism.webm │ │ ├── prismaticburst.mp4 │ │ ├── prismaticburst.webm │ │ ├── profilecard.mp4 │ │ ├── profilecard.webm │ │ ├── ribbons.mp4 │ │ ├── ribbons.webm │ │ ├── ripplegrid.mp4 │ │ ├── ripplegrid.webm │ │ ├── rotatingtext.mp4 │ │ ├── rotatingtext.webm │ │ ├── scrambledtext.mp4 │ │ ├── scrambledtext.webm │ │ ├── scrollfloat.mp4 │ │ ├── scrollfloat.webm │ │ ├── scrollreveal.mp4 │ │ ├── scrollreveal.webm │ │ ├── scrollstack.mp4 │ │ ├── scrollstack.webm │ │ ├── scrollvelocity.mp4 │ │ ├── scrollvelocity.webm │ │ ├── shapeblur.mp4 │ │ ├── shapeblur.webm │ │ ├── shinytext.mp4 │ │ ├── shinytext.webm │ │ ├── silk.mp4 │ │ ├── silk.webm │ │ ├── splashcursor.mp4 │ │ ├── splashcursor.webm │ │ ├── splittext.mp4 │ │ ├── splittext.webm │ │ ├── spotlightcard.mp4 │ │ ├── spotlightcard.webm │ │ ├── squares.mp4 │ │ ├── squares.webm │ │ ├── stack.mp4 │ │ ├── stack.webm │ │ ├── staggeredmenu.mp4 │ │ ├── staggeredmenu.webm │ │ ├── starborder.mp4 │ │ ├── starborder.webm │ │ ├── stepper.mp4 │ │ ├── stepper.webm │ │ ├── stickerpeel.mp4 │ │ ├── stickerpeel.webm │ │ ├── targetcursor.mp4 │ │ ├── targetcursor.webm │ │ ├── textcursor.mp4 │ │ ├── textcursor.webm │ │ ├── textpressure.mp4 │ │ ├── textpressure.webm │ │ ├── textrotate.mp4 │ │ ├── textrotate.webm │ │ ├── texttype.mp4 │ │ ├── texttype.webm │ │ ├── threads.mp4 │ │ ├── threads.webm │ │ ├── tiltedcard.mp4 │ │ ├── tiltedcard.webm │ │ ├── truefocus.mp4 │ │ ├── truefocus.webm │ │ ├── variableproximity.mp4 │ │ ├── variableproximity.webm │ │ ├── waves.mp4 │ │ └── waves.webm ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── og-pic.jpg ├── og-pic.png └── site.webmanifest ├── scripts └── generateComponent.js ├── src ├── App.vue ├── assets │ ├── common │ │ ├── hero.webp │ │ ├── landing-blur.svg │ │ └── star.svg │ ├── demo │ │ ├── cs1.webp │ │ ├── cs2.webp │ │ └── cs3.webp │ └── logos │ │ ├── vue-bits-logo-small-dark.svg │ │ ├── vue-bits-logo-small.svg │ │ ├── vue-bits-logo.svg │ │ ├── vue-bits-sticker.png │ │ ├── vuebits-gh-black.svg │ │ └── vuebits-gh-white.svg ├── components │ ├── code │ │ ├── CliInstallation.vue │ │ ├── CodeExample.vue │ │ └── Dependencies.vue │ ├── common │ │ ├── BackToTopButton.vue │ │ ├── BackgroundContent.vue │ │ ├── ComponentList.vue │ │ ├── ContributionSection.vue │ │ ├── Customize.vue │ │ ├── LazyCardMedia.vue │ │ ├── Logo.vue │ │ ├── PreviewColor.vue │ │ ├── PreviewSelect.vue │ │ ├── PreviewSlider.vue │ │ ├── PreviewSwitch.vue │ │ ├── PreviewText.vue │ │ ├── PropTable.vue │ │ ├── RefreshButton.vue │ │ ├── SearchDialog.vue │ │ └── TabbedLayout.vue │ ├── landing │ │ ├── DisplayHeader │ │ │ ├── DisplayHeader.css │ │ │ └── DisplayHeader.vue │ │ ├── FeatureCards │ │ │ ├── FeatureCards.css │ │ │ └── FeatureCards.vue │ │ ├── Footer │ │ │ ├── Footer.css │ │ │ └── Footer.vue │ │ ├── Hero │ │ │ └── Hero.vue │ │ ├── PlasmaWave │ │ │ └── PlasmaWaveV2.vue │ │ └── StartBuilding │ │ │ ├── StartBuilding.css │ │ │ └── StartBuilding.vue │ ├── layouts │ │ └── CategoryLayout.vue │ └── navs │ │ ├── Header.vue │ │ └── Sidebar.vue ├── composables │ ├── useForceRerender.ts │ └── useStars.ts ├── constants │ ├── Categories.ts │ ├── Components.ts │ ├── Information.ts │ └── code │ │ ├── Animations │ │ ├── animatedContentCode.ts │ │ ├── blobCursorCode.ts │ │ ├── clickSparkCode.ts │ │ ├── countUpCode.ts │ │ ├── crosshairCode.ts │ │ ├── cubesCode.ts │ │ ├── electricBorderCode.ts │ │ ├── fadeContentCode.ts │ │ ├── ghostCursorCode.ts │ │ ├── glareHoverCode.ts │ │ ├── gradualBlurCode.ts │ │ ├── imageTrailCode.ts │ │ ├── laserFlowCode.ts │ │ ├── logoLoopCode.ts │ │ ├── magnetCode.ts │ │ ├── magnetLinesCode.ts │ │ ├── metaBallsCode.ts │ │ ├── metallicPaintCode.ts │ │ ├── noiseCode.ts │ │ ├── pixelTransitionCode.ts │ │ ├── ribbonsCode.ts │ │ ├── shapeBlurCode.ts │ │ ├── splashCursorCode.ts │ │ ├── starBorderCode.ts │ │ ├── stickerPeelCode.ts │ │ └── targetCursorCode.ts │ │ ├── Backgrounds │ │ ├── auroraCode.ts │ │ ├── balatroCode.ts │ │ ├── ballpitCode.ts │ │ ├── beamsCode.ts │ │ ├── colorBendsCode.ts │ │ ├── darkVeilCode.ts │ │ ├── ditherCode.ts │ │ ├── dotGridCode.ts │ │ ├── faultyTerminalCode.ts │ │ ├── floatingLinesCode.ts │ │ ├── galaxyCode.ts │ │ ├── gradientBlindsCode.ts │ │ ├── gridDistortionCode.ts │ │ ├── gridMotionCode.ts │ │ ├── hyperspeedCode.ts │ │ ├── iridescenceCode.ts │ │ ├── letterGlitchCode.ts │ │ ├── lightRaysCode.ts │ │ ├── lightningCode.ts │ │ ├── liquidChromeCode.ts │ │ ├── liquidEtherCode.ts │ │ ├── orbCode.ts │ │ ├── particlesCode.ts │ │ ├── pixelBlastCode.ts │ │ ├── plasmaCode.ts │ │ ├── prismCode.ts │ │ ├── prismaticBurstCode.ts │ │ ├── rippleGridCode.ts │ │ ├── silkCode.ts │ │ ├── squaresCode.ts │ │ ├── threadsCode.ts │ │ └── wavesCode.ts │ │ ├── Components │ │ ├── animatedListCode.ts │ │ ├── bounceCardsCode.ts │ │ ├── bubbleMenuCode.ts │ │ ├── cardNavCode.ts │ │ ├── cardSwapCode.ts │ │ ├── carouselCode.ts │ │ ├── chromaGridCode.ts │ │ ├── circularGalleryCode.ts │ │ ├── counterCode.ts │ │ ├── decayCardCode.ts │ │ ├── dockCode.ts │ │ ├── domeGalleryCode.ts │ │ ├── elasticSliderCode.ts │ │ ├── flowingMenuCode.ts │ │ ├── flyingPostersCode.ts │ │ ├── folderCode.ts │ │ ├── glassIconsCode.ts │ │ ├── glassSurfaceCode.ts │ │ ├── gooeyNavCode.ts │ │ ├── infiniteMenuCode.ts │ │ ├── infiniteScrollCode.ts │ │ ├── magicBentoCode.ts │ │ ├── masonryCode.ts │ │ ├── pillNavCode.ts │ │ ├── pixelCardCode.ts │ │ ├── profileCardCode.ts │ │ ├── rollingGalleryCode.ts │ │ ├── scrollStackCode.ts │ │ ├── spotlightCardCode.ts │ │ ├── stackCode.ts │ │ ├── staggeredMenuCode.ts │ │ ├── stepperCode.ts │ │ └── tiltedCardCode.ts │ │ └── TextAnimations │ │ ├── asciiTextCode.ts │ │ ├── blurTextCode.ts │ │ ├── circularTextCode.ts │ │ ├── curvedLoopCode.ts │ │ ├── decryptedTextCode.ts │ │ ├── fallingTextCode.ts │ │ ├── fuzzyTextCode.ts │ │ ├── glitchTextCode.ts │ │ ├── gradientTextCode.ts │ │ ├── rotatingTextCode.ts │ │ ├── scrambleTextCode.ts │ │ ├── scrollFloatCode.ts │ │ ├── scrollRevealCode.ts │ │ ├── scrollVelocityCode.ts │ │ ├── shinyTextCode.ts │ │ ├── splitTextCode.ts │ │ ├── textCursorCode.ts │ │ ├── textPressureCode.ts │ │ ├── textTrailCode.ts │ │ ├── textTypeCode.ts │ │ ├── trueFocusCode.ts │ │ └── variableProximityCode.ts ├── content │ ├── Animations │ │ ├── AnimatedContent │ │ │ └── AnimatedContent.vue │ │ ├── BlobCursor │ │ │ └── BlobCursor.vue │ │ ├── ClickSpark │ │ │ └── ClickSpark.vue │ │ ├── CountUp │ │ │ └── CountUp.vue │ │ ├── Crosshair │ │ │ └── Crosshair.vue │ │ ├── Cubes │ │ │ └── Cubes.vue │ │ ├── ElectricBorder │ │ │ └── ElectricBorder.vue │ │ ├── FadeContent │ │ │ └── FadeContent.vue │ │ ├── GhostCursor │ │ │ └── GhostCursor.vue │ │ ├── GlareHover │ │ │ └── GlareHover.vue │ │ ├── GradualBlur │ │ │ └── GradualBlur.vue │ │ ├── ImageTrail │ │ │ └── ImageTrail.vue │ │ ├── LaserFlow │ │ │ └── LaserFlow.vue │ │ ├── LogoLoop │ │ │ └── LogoLoop.vue │ │ ├── Magnet │ │ │ └── Magnet.vue │ │ ├── MagnetLines │ │ │ └── MagnetLines.vue │ │ ├── MetaBalls │ │ │ └── MetaBalls.vue │ │ ├── MetallicPaint │ │ │ ├── MetallicPaint.vue │ │ │ └── parseImage.ts │ │ ├── Noise │ │ │ └── Noise.vue │ │ ├── PixelTransition │ │ │ └── PixelTransition.vue │ │ ├── Ribbons │ │ │ └── Ribbons.vue │ │ ├── ShapeBlur │ │ │ └── ShapeBlur.vue │ │ ├── SplashCursor │ │ │ └── SplashCursor.vue │ │ ├── StarBorder │ │ │ └── StarBorder.vue │ │ ├── StickerPeel │ │ │ └── StickerPeel.vue │ │ └── TargetCursor │ │ │ └── TargetCursor.vue │ ├── Backgrounds │ │ ├── Aurora │ │ │ └── Aurora.vue │ │ ├── Balatro │ │ │ └── Balatro.vue │ │ ├── Ballpit │ │ │ └── Ballpit.vue │ │ ├── Beams │ │ │ └── Beams.vue │ │ ├── ColorBends │ │ │ └── ColorBends.vue │ │ ├── DarkVeil │ │ │ └── DarkVeil.vue │ │ ├── Dither │ │ │ └── Dither.vue │ │ ├── DotGrid │ │ │ └── DotGrid.vue │ │ ├── FaultyTerminal │ │ │ └── FaultyTerminal.vue │ │ ├── FloatingLines │ │ │ └── FloatingLines.vue │ │ ├── Galaxy │ │ │ └── Galaxy.vue │ │ ├── GradientBlinds │ │ │ └── GradientBlinds.vue │ │ ├── GridDistortion │ │ │ └── GridDistortion.vue │ │ ├── GridMotion │ │ │ └── GridMotion.vue │ │ ├── Hyperspeed │ │ │ ├── Hyperspeed.vue │ │ │ └── HyperspeedPresets.ts │ │ ├── Iridescence │ │ │ └── Iridescence.vue │ │ ├── LetterGlitch │ │ │ └── LetterGlitch.vue │ │ ├── LightRays │ │ │ └── LightRays.vue │ │ ├── Lightning │ │ │ └── Lightning.vue │ │ ├── LiquidChrome │ │ │ └── LiquidChrome.vue │ │ ├── LiquidEther │ │ │ └── LiquidEther.vue │ │ ├── Orb │ │ │ └── Orb.vue │ │ ├── Particles │ │ │ └── Particles.vue │ │ ├── PixelBlast │ │ │ └── PixelBlast.vue │ │ ├── Plasma │ │ │ └── Plasma.vue │ │ ├── Prism │ │ │ └── Prism.vue │ │ ├── PrismaticBurst │ │ │ └── PrismaticBurst.vue │ │ ├── RippleGrid │ │ │ └── RippleGrid.vue │ │ ├── Silk │ │ │ └── Silk.vue │ │ ├── Squares │ │ │ └── Squares.vue │ │ ├── Threads │ │ │ └── Threads.vue │ │ └── Waves │ │ │ └── Waves.vue │ ├── Components │ │ ├── AnimatedList │ │ │ └── AnimatedList.vue │ │ ├── BounceCards │ │ │ └── BounceCards.vue │ │ ├── BubbleMenu │ │ │ └── BubbleMenu.vue │ │ ├── CardNav │ │ │ └── CardNav.vue │ │ ├── CardSwap │ │ │ └── CardSwap.vue │ │ ├── Carousel │ │ │ └── Carousel.vue │ │ ├── ChromaGrid │ │ │ └── ChromaGrid.vue │ │ ├── CircularGallery │ │ │ └── CircularGallery.vue │ │ ├── Counter │ │ │ └── Counter.vue │ │ ├── DecayCard │ │ │ └── DecayCard.vue │ │ ├── Dock │ │ │ └── Dock.vue │ │ ├── DomeGallery │ │ │ └── DomeGallery.vue │ │ ├── ElasticSlider │ │ │ └── ElasticSlider.vue │ │ ├── FlowingMenu │ │ │ └── FlowingMenu.vue │ │ ├── FlyingPosters │ │ │ └── FlyingPosters.vue │ │ ├── Folder │ │ │ └── Folder.vue │ │ ├── GlassIcons │ │ │ └── GlassIcons.vue │ │ ├── GlassSurface │ │ │ └── GlassSurface.vue │ │ ├── GooeyNav │ │ │ └── GooeyNav.vue │ │ ├── InfiniteMenu │ │ │ └── InfiniteMenu.vue │ │ ├── InfiniteScroll │ │ │ └── InfiniteScroll.vue │ │ ├── MagicBento │ │ │ └── MagicBento.vue │ │ ├── Masonry │ │ │ └── Masonry.vue │ │ ├── PillNav │ │ │ └── PillNav.vue │ │ ├── PixelCard │ │ │ └── PixelCard.vue │ │ ├── ProfileCard │ │ │ └── ProfileCard.vue │ │ ├── RollingGallery │ │ │ └── RollingGallery.vue │ │ ├── ScrollStack │ │ │ └── ScrollStack.vue │ │ ├── SpotlightCard │ │ │ └── SpotlightCard.vue │ │ ├── Stack │ │ │ └── Stack.vue │ │ ├── StaggeredMenu │ │ │ └── StaggeredMenu.vue │ │ ├── Stepper │ │ │ └── Stepper.vue │ │ └── TiltedCard │ │ │ └── TiltedCard.vue │ └── TextAnimations │ │ ├── AsciiText │ │ └── AsciiText.vue │ │ ├── BlurText │ │ └── BlurText.vue │ │ ├── CircularText │ │ └── CircularText.vue │ │ ├── CurvedLoop │ │ └── CurvedLoop.vue │ │ ├── DecryptedText │ │ └── DecryptedText.vue │ │ ├── FallingText │ │ └── FallingText.vue │ │ ├── FuzzyText │ │ └── FuzzyText.vue │ │ ├── GlitchText │ │ └── GlitchText.vue │ │ ├── GradientText │ │ └── GradientText.vue │ │ ├── RotatingText │ │ └── RotatingText.vue │ │ ├── ScrambleText │ │ └── ScrambleText.vue │ │ ├── ScrollFloat │ │ └── ScrollFloat.vue │ │ ├── ScrollReveal │ │ └── ScrollReveal.vue │ │ ├── ScrollVelocity │ │ └── ScrollVelocity.vue │ │ ├── ShinyText │ │ └── ShinyText.vue │ │ ├── SplitText │ │ └── SplitText.vue │ │ ├── TextCursor │ │ └── TextCursor.vue │ │ ├── TextPressure │ │ └── TextPressure.vue │ │ ├── TextTrail │ │ └── TextTrail.vue │ │ ├── TextType │ │ └── TextType.vue │ │ ├── TrueFocus │ │ └── TrueFocus.vue │ │ └── VariableProximity │ │ └── VariableProximity.vue ├── css │ ├── base.css │ ├── category.css │ ├── landing.css │ ├── main.css │ ├── sidebar.css │ └── transitions.css ├── demo │ ├── Animations │ │ ├── AnimatedContentDemo.vue │ │ ├── BlobCursorDemo.vue │ │ ├── ClickSparkDemo.vue │ │ ├── CountUpDemo.vue │ │ ├── CrosshairDemo.vue │ │ ├── CubesDemo.vue │ │ ├── ElectricBorderDemo.vue │ │ ├── FadeContentDemo.vue │ │ ├── GhostCursorDemo.vue │ │ ├── GlareHoverDemo.vue │ │ ├── GradualBlurDemo.vue │ │ ├── ImageTrailDemo.vue │ │ ├── LaserFlowDemo.vue │ │ ├── LogoLoopDemo.vue │ │ ├── MagnetDemo.vue │ │ ├── MagnetLinesDemo.vue │ │ ├── MetaBallsDemo.vue │ │ ├── MetallicPaintDemo.vue │ │ ├── NoiseDemo.vue │ │ ├── PixelTransitionDemo.vue │ │ ├── RibbonsDemo.vue │ │ ├── ShapeBlurDemo.vue │ │ ├── SplashCursorDemo.vue │ │ ├── StarBorderDemo.vue │ │ ├── StickerPeelDemo.vue │ │ └── TargetCursorDemo.vue │ ├── Backgrounds │ │ ├── AuroraDemo.vue │ │ ├── BalatroDemo.vue │ │ ├── BallpitDemo.vue │ │ ├── BeamsDemo.vue │ │ ├── ColorBendsDemo.vue │ │ ├── DarkVeilDemo.vue │ │ ├── DitherDemo.vue │ │ ├── DotGridDemo.vue │ │ ├── FaultyTerminalDemo.vue │ │ ├── FloatingLinesDemo.vue │ │ ├── GalaxyDemo.vue │ │ ├── GradientBlindsDemo.vue │ │ ├── GridDistortionDemo.vue │ │ ├── GridMotionDemo.vue │ │ ├── HyperspeedDemo.vue │ │ ├── IridescenceDemo.vue │ │ ├── LetterGlitchDemo.vue │ │ ├── LightRaysDemo.vue │ │ ├── LightningDemo.vue │ │ ├── LiquidChromeDemo.vue │ │ ├── LiquidEtherDemo.vue │ │ ├── OrbDemo.vue │ │ ├── ParticlesDemo.vue │ │ ├── PixelBlastDemo.vue │ │ ├── PlasmaDemo.vue │ │ ├── PrismDemo.vue │ │ ├── PrismaticBurstDemo.vue │ │ ├── RippleGridDemo.vue │ │ ├── SilkDemo.vue │ │ ├── SquaresDemo.vue │ │ ├── ThreadsDemo.vue │ │ └── WavesDemo.vue │ ├── Components │ │ ├── AnimatedListDemo.vue │ │ ├── BounceCardsDemo.vue │ │ ├── BubbleMenuDemo.vue │ │ ├── CardNavDemo.vue │ │ ├── CardSwapDemo.vue │ │ ├── CarouselDemo.vue │ │ ├── ChromaGridDemo.vue │ │ ├── CircularGalleryDemo.vue │ │ ├── CounterDemo.vue │ │ ├── DecayCardDemo.vue │ │ ├── DockDemo.vue │ │ ├── DomeGalleryDemo.vue │ │ ├── ElasticSliderDemo.vue │ │ ├── FlowingMenuDemo.vue │ │ ├── FlyingPostersDemo.vue │ │ ├── FolderDemo.vue │ │ ├── GlassIconsDemo.vue │ │ ├── GlassSurfaceDemo.vue │ │ ├── GooeyNavDemo.vue │ │ ├── InfiniteMenuDemo.vue │ │ ├── InfiniteScrollDemo.vue │ │ ├── MagicBentoDemo.vue │ │ ├── MasonryDemo.vue │ │ ├── PillNavDemo.vue │ │ ├── PixelCardDemo.vue │ │ ├── ProfileCardDemo.vue │ │ ├── RollingGalleryDemo.vue │ │ ├── ScrollStackDemo.vue │ │ ├── SpotlightCardDemo.vue │ │ ├── StackDemo.vue │ │ ├── StaggeredMenuDemo.vue │ │ ├── StepperDemo.vue │ │ └── TiltedCardDemo.vue │ └── TextAnimations │ │ ├── AsciiTextDemo.vue │ │ ├── BlurTextDemo.vue │ │ ├── CircularTextDemo.vue │ │ ├── CurvedLoopDemo.vue │ │ ├── DecryptedTextDemo.vue │ │ ├── FallingTextDemo.vue │ │ ├── FuzzyTextDemo.vue │ │ ├── GlitchTextDemo.vue │ │ ├── GradientTextDemo.vue │ │ ├── RotatingTextDemo.vue │ │ ├── ScrambleTextDemo.vue │ │ ├── ScrollFloatDemo.vue │ │ ├── ScrollRevealDemo.vue │ │ ├── ScrollVelocityDemo.vue │ │ ├── ShinyTextDemo.vue │ │ ├── SplitTextDemo.vue │ │ ├── TextCursorDemo.vue │ │ ├── TextPressureDemo.vue │ │ ├── TextTrailDemo.vue │ │ ├── TextTypeDemo.vue │ │ ├── TrueFocusDemo.vue │ │ └── VariableProximityDemo.vue ├── main.ts ├── pages │ ├── CategoryPage.vue │ ├── FavoritesPage.vue │ ├── IndexPage.vue │ └── LandingPage.vue ├── router │ └── index.ts ├── types │ └── code.ts └── utils │ ├── favorites.ts │ ├── fuzzy.ts │ └── utils.ts ├── tsconfig.app.json ├── tsconfig.json ├── tsconfig.node.json ├── vite.config.ts └── wrangler.jsonc /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf 2 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/1-bug-report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/.github/ISSUE_TEMPLATE/1-bug-report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/2-feature-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/.github/ISSUE_TEMPLATE/2-feature-request.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/.prettierrc -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/README.md -------------------------------------------------------------------------------- /env.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | -------------------------------------------------------------------------------- /eslint.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/eslint.config.ts -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/index.html -------------------------------------------------------------------------------- /jsrepo-build-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/jsrepo-build-config.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/package.json -------------------------------------------------------------------------------- /public/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/android-chrome-192x192.png -------------------------------------------------------------------------------- /public/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/android-chrome-512x512.png -------------------------------------------------------------------------------- /public/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/apple-touch-icon.png -------------------------------------------------------------------------------- /public/assets/components.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/components.gif -------------------------------------------------------------------------------- /public/assets/grain.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/grain.webp -------------------------------------------------------------------------------- /public/assets/iconpattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/iconpattern.png -------------------------------------------------------------------------------- /public/assets/messages.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/messages.gif -------------------------------------------------------------------------------- /public/assets/person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/person.png -------------------------------------------------------------------------------- /public/assets/videos/animatedcontent.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/animatedcontent.mp4 -------------------------------------------------------------------------------- /public/assets/videos/animatedcontent.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/animatedcontent.webm -------------------------------------------------------------------------------- /public/assets/videos/animatedlist.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/animatedlist.mp4 -------------------------------------------------------------------------------- /public/assets/videos/animatedlist.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/animatedlist.webm -------------------------------------------------------------------------------- /public/assets/videos/asciitext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/asciitext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/asciitext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/asciitext.webm -------------------------------------------------------------------------------- /public/assets/videos/aurora.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/aurora.mp4 -------------------------------------------------------------------------------- /public/assets/videos/aurora.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/aurora.webm -------------------------------------------------------------------------------- /public/assets/videos/balatro.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/balatro.mp4 -------------------------------------------------------------------------------- /public/assets/videos/balatro.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/balatro.webm -------------------------------------------------------------------------------- /public/assets/videos/ballpit.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/ballpit.mp4 -------------------------------------------------------------------------------- /public/assets/videos/ballpit.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/ballpit.webm -------------------------------------------------------------------------------- /public/assets/videos/beams.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/beams.mp4 -------------------------------------------------------------------------------- /public/assets/videos/beams.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/beams.webm -------------------------------------------------------------------------------- /public/assets/videos/blobcursor.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/blobcursor.mp4 -------------------------------------------------------------------------------- /public/assets/videos/blobcursor.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/blobcursor.webm -------------------------------------------------------------------------------- /public/assets/videos/blurtext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/blurtext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/blurtext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/blurtext.webm -------------------------------------------------------------------------------- /public/assets/videos/bouncecards.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/bouncecards.mp4 -------------------------------------------------------------------------------- /public/assets/videos/bouncecards.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/bouncecards.webm -------------------------------------------------------------------------------- /public/assets/videos/bubblemenu.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/bubblemenu.mp4 -------------------------------------------------------------------------------- /public/assets/videos/bubblemenu.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/bubblemenu.webm -------------------------------------------------------------------------------- /public/assets/videos/cardnav.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/cardnav.mp4 -------------------------------------------------------------------------------- /public/assets/videos/cardnav.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/cardnav.webm -------------------------------------------------------------------------------- /public/assets/videos/cardswap.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/cardswap.mp4 -------------------------------------------------------------------------------- /public/assets/videos/cardswap.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/cardswap.webm -------------------------------------------------------------------------------- /public/assets/videos/carousel.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/carousel.mp4 -------------------------------------------------------------------------------- /public/assets/videos/carousel.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/carousel.webm -------------------------------------------------------------------------------- /public/assets/videos/chromagrid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/chromagrid.mp4 -------------------------------------------------------------------------------- /public/assets/videos/chromagrid.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/chromagrid.webm -------------------------------------------------------------------------------- /public/assets/videos/circulargallery.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/circulargallery.mp4 -------------------------------------------------------------------------------- /public/assets/videos/circulargallery.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/circulargallery.webm -------------------------------------------------------------------------------- /public/assets/videos/circulartext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/circulartext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/circulartext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/circulartext.webm -------------------------------------------------------------------------------- /public/assets/videos/clickspark.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/clickspark.mp4 -------------------------------------------------------------------------------- /public/assets/videos/clickspark.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/clickspark.webm -------------------------------------------------------------------------------- /public/assets/videos/colorbends.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/colorbends.mp4 -------------------------------------------------------------------------------- /public/assets/videos/colorbends.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/colorbends.webm -------------------------------------------------------------------------------- /public/assets/videos/counter.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/counter.mp4 -------------------------------------------------------------------------------- /public/assets/videos/counter.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/counter.webm -------------------------------------------------------------------------------- /public/assets/videos/countup.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/countup.mp4 -------------------------------------------------------------------------------- /public/assets/videos/countup.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/countup.webm -------------------------------------------------------------------------------- /public/assets/videos/crosshair.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/crosshair.mp4 -------------------------------------------------------------------------------- /public/assets/videos/crosshair.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/crosshair.webm -------------------------------------------------------------------------------- /public/assets/videos/cubes.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/cubes.mp4 -------------------------------------------------------------------------------- /public/assets/videos/cubes.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/cubes.webm -------------------------------------------------------------------------------- /public/assets/videos/curvedloop.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/curvedloop.mp4 -------------------------------------------------------------------------------- /public/assets/videos/curvedloop.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/curvedloop.webm -------------------------------------------------------------------------------- /public/assets/videos/darkveil.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/darkveil.mp4 -------------------------------------------------------------------------------- /public/assets/videos/darkveil.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/darkveil.webm -------------------------------------------------------------------------------- /public/assets/videos/decaycard.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/decaycard.mp4 -------------------------------------------------------------------------------- /public/assets/videos/decaycard.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/decaycard.webm -------------------------------------------------------------------------------- /public/assets/videos/decryptedtext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/decryptedtext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/decryptedtext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/decryptedtext.webm -------------------------------------------------------------------------------- /public/assets/videos/dither.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/dither.mp4 -------------------------------------------------------------------------------- /public/assets/videos/dither.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/dither.webm -------------------------------------------------------------------------------- /public/assets/videos/dock.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/dock.mp4 -------------------------------------------------------------------------------- /public/assets/videos/dock.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/dock.webm -------------------------------------------------------------------------------- /public/assets/videos/domegallery.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/domegallery.mp4 -------------------------------------------------------------------------------- /public/assets/videos/domegallery.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/domegallery.webm -------------------------------------------------------------------------------- /public/assets/videos/dotgrid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/dotgrid.mp4 -------------------------------------------------------------------------------- /public/assets/videos/dotgrid.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/dotgrid.webm -------------------------------------------------------------------------------- /public/assets/videos/elasticslider.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/elasticslider.mp4 -------------------------------------------------------------------------------- /public/assets/videos/elasticslider.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/elasticslider.webm -------------------------------------------------------------------------------- /public/assets/videos/electricborder.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/electricborder.mp4 -------------------------------------------------------------------------------- /public/assets/videos/electricborder.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/electricborder.webm -------------------------------------------------------------------------------- /public/assets/videos/fadecontent.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/fadecontent.mp4 -------------------------------------------------------------------------------- /public/assets/videos/fadecontent.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/fadecontent.webm -------------------------------------------------------------------------------- /public/assets/videos/fallingtext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/fallingtext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/fallingtext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/fallingtext.webm -------------------------------------------------------------------------------- /public/assets/videos/faultyterminal.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/faultyterminal.mp4 -------------------------------------------------------------------------------- /public/assets/videos/faultyterminal.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/faultyterminal.webm -------------------------------------------------------------------------------- /public/assets/videos/flowingmenu.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/flowingmenu.mp4 -------------------------------------------------------------------------------- /public/assets/videos/flowingmenu.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/flowingmenu.webm -------------------------------------------------------------------------------- /public/assets/videos/flyingposters.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/flyingposters.mp4 -------------------------------------------------------------------------------- /public/assets/videos/flyingposters.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/flyingposters.webm -------------------------------------------------------------------------------- /public/assets/videos/folder.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/folder.mp4 -------------------------------------------------------------------------------- /public/assets/videos/folder.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/folder.webm -------------------------------------------------------------------------------- /public/assets/videos/fuzzytext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/fuzzytext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/fuzzytext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/fuzzytext.webm -------------------------------------------------------------------------------- /public/assets/videos/galaxy.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/galaxy.mp4 -------------------------------------------------------------------------------- /public/assets/videos/galaxy.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/galaxy.webm -------------------------------------------------------------------------------- /public/assets/videos/ghostcursor.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/ghostcursor.mp4 -------------------------------------------------------------------------------- /public/assets/videos/ghostcursor.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/ghostcursor.webm -------------------------------------------------------------------------------- /public/assets/videos/glarehover.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/glarehover.mp4 -------------------------------------------------------------------------------- /public/assets/videos/glarehover.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/glarehover.webm -------------------------------------------------------------------------------- /public/assets/videos/glassicons.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/glassicons.mp4 -------------------------------------------------------------------------------- /public/assets/videos/glassicons.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/glassicons.webm -------------------------------------------------------------------------------- /public/assets/videos/glasssurface.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/glasssurface.mp4 -------------------------------------------------------------------------------- /public/assets/videos/glasssurface.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/glasssurface.webm -------------------------------------------------------------------------------- /public/assets/videos/glitchtext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/glitchtext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/glitchtext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/glitchtext.webm -------------------------------------------------------------------------------- /public/assets/videos/gooeynav.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gooeynav.mp4 -------------------------------------------------------------------------------- /public/assets/videos/gooeynav.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gooeynav.webm -------------------------------------------------------------------------------- /public/assets/videos/gradientblinds.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gradientblinds.mp4 -------------------------------------------------------------------------------- /public/assets/videos/gradientblinds.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gradientblinds.webm -------------------------------------------------------------------------------- /public/assets/videos/gradienttext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gradienttext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/gradienttext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gradienttext.webm -------------------------------------------------------------------------------- /public/assets/videos/gradualblur.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gradualblur.mp4 -------------------------------------------------------------------------------- /public/assets/videos/gradualblur.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gradualblur.webm -------------------------------------------------------------------------------- /public/assets/videos/griddistortion.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/griddistortion.mp4 -------------------------------------------------------------------------------- /public/assets/videos/griddistortion.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/griddistortion.webm -------------------------------------------------------------------------------- /public/assets/videos/gridmotion.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gridmotion.mp4 -------------------------------------------------------------------------------- /public/assets/videos/gridmotion.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/gridmotion.webm -------------------------------------------------------------------------------- /public/assets/videos/hyperspeed.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/hyperspeed.mp4 -------------------------------------------------------------------------------- /public/assets/videos/hyperspeed.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/hyperspeed.webm -------------------------------------------------------------------------------- /public/assets/videos/imagetrail.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/imagetrail.mp4 -------------------------------------------------------------------------------- /public/assets/videos/imagetrail.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/imagetrail.webm -------------------------------------------------------------------------------- /public/assets/videos/infinitemenu.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/infinitemenu.mp4 -------------------------------------------------------------------------------- /public/assets/videos/infinitemenu.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/infinitemenu.webm -------------------------------------------------------------------------------- /public/assets/videos/infinitescroll.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/infinitescroll.mp4 -------------------------------------------------------------------------------- /public/assets/videos/infinitescroll.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/infinitescroll.webm -------------------------------------------------------------------------------- /public/assets/videos/iridescence.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/iridescence.mp4 -------------------------------------------------------------------------------- /public/assets/videos/iridescence.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/iridescence.webm -------------------------------------------------------------------------------- /public/assets/videos/laserflow.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/laserflow.mp4 -------------------------------------------------------------------------------- /public/assets/videos/laserflow.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/laserflow.webm -------------------------------------------------------------------------------- /public/assets/videos/letterglitch.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/letterglitch.mp4 -------------------------------------------------------------------------------- /public/assets/videos/letterglitch.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/letterglitch.webm -------------------------------------------------------------------------------- /public/assets/videos/lightning.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/lightning.mp4 -------------------------------------------------------------------------------- /public/assets/videos/lightning.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/lightning.webm -------------------------------------------------------------------------------- /public/assets/videos/lightrays.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/lightrays.mp4 -------------------------------------------------------------------------------- /public/assets/videos/lightrays.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/lightrays.webm -------------------------------------------------------------------------------- /public/assets/videos/liquidchrome.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/liquidchrome.mp4 -------------------------------------------------------------------------------- /public/assets/videos/liquidchrome.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/liquidchrome.webm -------------------------------------------------------------------------------- /public/assets/videos/liquidether.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/liquidether.mp4 -------------------------------------------------------------------------------- /public/assets/videos/liquidether.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/liquidether.webm -------------------------------------------------------------------------------- /public/assets/videos/logoloop.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/logoloop.mp4 -------------------------------------------------------------------------------- /public/assets/videos/logoloop.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/logoloop.webm -------------------------------------------------------------------------------- /public/assets/videos/magicbento.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/magicbento.mp4 -------------------------------------------------------------------------------- /public/assets/videos/magicbento.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/magicbento.webm -------------------------------------------------------------------------------- /public/assets/videos/magnet.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/magnet.mp4 -------------------------------------------------------------------------------- /public/assets/videos/magnet.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/magnet.webm -------------------------------------------------------------------------------- /public/assets/videos/magnetlines.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/magnetlines.mp4 -------------------------------------------------------------------------------- /public/assets/videos/magnetlines.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/magnetlines.webm -------------------------------------------------------------------------------- /public/assets/videos/masonry.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/masonry.mp4 -------------------------------------------------------------------------------- /public/assets/videos/masonry.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/masonry.webm -------------------------------------------------------------------------------- /public/assets/videos/metaballs.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/metaballs.mp4 -------------------------------------------------------------------------------- /public/assets/videos/metaballs.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/metaballs.webm -------------------------------------------------------------------------------- /public/assets/videos/metallicpaint.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/metallicpaint.mp4 -------------------------------------------------------------------------------- /public/assets/videos/metallicpaint.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/metallicpaint.webm -------------------------------------------------------------------------------- /public/assets/videos/noise.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/noise.mp4 -------------------------------------------------------------------------------- /public/assets/videos/noise.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/noise.webm -------------------------------------------------------------------------------- /public/assets/videos/orb.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/orb.mp4 -------------------------------------------------------------------------------- /public/assets/videos/orb.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/orb.webm -------------------------------------------------------------------------------- /public/assets/videos/particles.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/particles.mp4 -------------------------------------------------------------------------------- /public/assets/videos/particles.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/particles.webm -------------------------------------------------------------------------------- /public/assets/videos/pillnav.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/pillnav.mp4 -------------------------------------------------------------------------------- /public/assets/videos/pillnav.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/pillnav.webm -------------------------------------------------------------------------------- /public/assets/videos/pixelblast.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/pixelblast.mp4 -------------------------------------------------------------------------------- /public/assets/videos/pixelblast.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/pixelblast.webm -------------------------------------------------------------------------------- /public/assets/videos/pixelcard.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/pixelcard.mp4 -------------------------------------------------------------------------------- /public/assets/videos/pixelcard.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/pixelcard.webm -------------------------------------------------------------------------------- /public/assets/videos/pixeltransition.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/pixeltransition.mp4 -------------------------------------------------------------------------------- /public/assets/videos/pixeltransition.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/pixeltransition.webm -------------------------------------------------------------------------------- /public/assets/videos/plasma.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/plasma.mp4 -------------------------------------------------------------------------------- /public/assets/videos/plasma.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/plasma.webm -------------------------------------------------------------------------------- /public/assets/videos/prism.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/prism.mp4 -------------------------------------------------------------------------------- /public/assets/videos/prism.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/prism.webm -------------------------------------------------------------------------------- /public/assets/videos/prismaticburst.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/prismaticburst.mp4 -------------------------------------------------------------------------------- /public/assets/videos/prismaticburst.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/prismaticburst.webm -------------------------------------------------------------------------------- /public/assets/videos/profilecard.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/profilecard.mp4 -------------------------------------------------------------------------------- /public/assets/videos/profilecard.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/profilecard.webm -------------------------------------------------------------------------------- /public/assets/videos/ribbons.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/ribbons.mp4 -------------------------------------------------------------------------------- /public/assets/videos/ribbons.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/ribbons.webm -------------------------------------------------------------------------------- /public/assets/videos/ripplegrid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/ripplegrid.mp4 -------------------------------------------------------------------------------- /public/assets/videos/ripplegrid.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/ripplegrid.webm -------------------------------------------------------------------------------- /public/assets/videos/rotatingtext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/rotatingtext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/rotatingtext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/rotatingtext.webm -------------------------------------------------------------------------------- /public/assets/videos/scrambledtext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrambledtext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/scrambledtext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrambledtext.webm -------------------------------------------------------------------------------- /public/assets/videos/scrollfloat.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrollfloat.mp4 -------------------------------------------------------------------------------- /public/assets/videos/scrollfloat.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrollfloat.webm -------------------------------------------------------------------------------- /public/assets/videos/scrollreveal.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrollreveal.mp4 -------------------------------------------------------------------------------- /public/assets/videos/scrollreveal.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrollreveal.webm -------------------------------------------------------------------------------- /public/assets/videos/scrollstack.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrollstack.mp4 -------------------------------------------------------------------------------- /public/assets/videos/scrollstack.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrollstack.webm -------------------------------------------------------------------------------- /public/assets/videos/scrollvelocity.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrollvelocity.mp4 -------------------------------------------------------------------------------- /public/assets/videos/scrollvelocity.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/scrollvelocity.webm -------------------------------------------------------------------------------- /public/assets/videos/shapeblur.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/shapeblur.mp4 -------------------------------------------------------------------------------- /public/assets/videos/shapeblur.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/shapeblur.webm -------------------------------------------------------------------------------- /public/assets/videos/shinytext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/shinytext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/shinytext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/shinytext.webm -------------------------------------------------------------------------------- /public/assets/videos/silk.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/silk.mp4 -------------------------------------------------------------------------------- /public/assets/videos/silk.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/silk.webm -------------------------------------------------------------------------------- /public/assets/videos/splashcursor.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/splashcursor.mp4 -------------------------------------------------------------------------------- /public/assets/videos/splashcursor.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/splashcursor.webm -------------------------------------------------------------------------------- /public/assets/videos/splittext.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/splittext.mp4 -------------------------------------------------------------------------------- /public/assets/videos/splittext.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/splittext.webm -------------------------------------------------------------------------------- /public/assets/videos/spotlightcard.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/spotlightcard.mp4 -------------------------------------------------------------------------------- /public/assets/videos/spotlightcard.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/spotlightcard.webm -------------------------------------------------------------------------------- /public/assets/videos/squares.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/squares.mp4 -------------------------------------------------------------------------------- /public/assets/videos/squares.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/squares.webm -------------------------------------------------------------------------------- /public/assets/videos/stack.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/stack.mp4 -------------------------------------------------------------------------------- /public/assets/videos/stack.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/stack.webm -------------------------------------------------------------------------------- /public/assets/videos/staggeredmenu.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/staggeredmenu.mp4 -------------------------------------------------------------------------------- /public/assets/videos/staggeredmenu.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/staggeredmenu.webm -------------------------------------------------------------------------------- /public/assets/videos/starborder.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/starborder.mp4 -------------------------------------------------------------------------------- /public/assets/videos/starborder.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/starborder.webm -------------------------------------------------------------------------------- /public/assets/videos/stepper.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/stepper.mp4 -------------------------------------------------------------------------------- /public/assets/videos/stepper.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/stepper.webm -------------------------------------------------------------------------------- /public/assets/videos/stickerpeel.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/stickerpeel.mp4 -------------------------------------------------------------------------------- /public/assets/videos/stickerpeel.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/stickerpeel.webm -------------------------------------------------------------------------------- /public/assets/videos/targetcursor.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/targetcursor.mp4 -------------------------------------------------------------------------------- /public/assets/videos/targetcursor.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/targetcursor.webm -------------------------------------------------------------------------------- /public/assets/videos/textcursor.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/textcursor.mp4 -------------------------------------------------------------------------------- /public/assets/videos/textcursor.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/textcursor.webm -------------------------------------------------------------------------------- /public/assets/videos/textpressure.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/textpressure.mp4 -------------------------------------------------------------------------------- /public/assets/videos/textpressure.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/textpressure.webm -------------------------------------------------------------------------------- /public/assets/videos/textrotate.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/textrotate.mp4 -------------------------------------------------------------------------------- /public/assets/videos/textrotate.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/textrotate.webm -------------------------------------------------------------------------------- /public/assets/videos/texttype.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/texttype.mp4 -------------------------------------------------------------------------------- /public/assets/videos/texttype.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/texttype.webm -------------------------------------------------------------------------------- /public/assets/videos/threads.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/threads.mp4 -------------------------------------------------------------------------------- /public/assets/videos/threads.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/threads.webm -------------------------------------------------------------------------------- /public/assets/videos/tiltedcard.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/tiltedcard.mp4 -------------------------------------------------------------------------------- /public/assets/videos/tiltedcard.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/tiltedcard.webm -------------------------------------------------------------------------------- /public/assets/videos/truefocus.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/truefocus.mp4 -------------------------------------------------------------------------------- /public/assets/videos/truefocus.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/truefocus.webm -------------------------------------------------------------------------------- /public/assets/videos/variableproximity.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/variableproximity.mp4 -------------------------------------------------------------------------------- /public/assets/videos/variableproximity.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/variableproximity.webm -------------------------------------------------------------------------------- /public/assets/videos/waves.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/waves.mp4 -------------------------------------------------------------------------------- /public/assets/videos/waves.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/assets/videos/waves.webm -------------------------------------------------------------------------------- /public/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/favicon-16x16.png -------------------------------------------------------------------------------- /public/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/favicon-32x32.png -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/og-pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/og-pic.jpg -------------------------------------------------------------------------------- /public/og-pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/og-pic.png -------------------------------------------------------------------------------- /public/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/public/site.webmanifest -------------------------------------------------------------------------------- /scripts/generateComponent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/scripts/generateComponent.js -------------------------------------------------------------------------------- /src/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/App.vue -------------------------------------------------------------------------------- /src/assets/common/hero.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/common/hero.webp -------------------------------------------------------------------------------- /src/assets/common/landing-blur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/common/landing-blur.svg -------------------------------------------------------------------------------- /src/assets/common/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/common/star.svg -------------------------------------------------------------------------------- /src/assets/demo/cs1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/demo/cs1.webp -------------------------------------------------------------------------------- /src/assets/demo/cs2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/demo/cs2.webp -------------------------------------------------------------------------------- /src/assets/demo/cs3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/demo/cs3.webp -------------------------------------------------------------------------------- /src/assets/logos/vue-bits-logo-small-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/logos/vue-bits-logo-small-dark.svg -------------------------------------------------------------------------------- /src/assets/logos/vue-bits-logo-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/logos/vue-bits-logo-small.svg -------------------------------------------------------------------------------- /src/assets/logos/vue-bits-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/logos/vue-bits-logo.svg -------------------------------------------------------------------------------- /src/assets/logos/vue-bits-sticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/logos/vue-bits-sticker.png -------------------------------------------------------------------------------- /src/assets/logos/vuebits-gh-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/logos/vuebits-gh-black.svg -------------------------------------------------------------------------------- /src/assets/logos/vuebits-gh-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/assets/logos/vuebits-gh-white.svg -------------------------------------------------------------------------------- /src/components/code/CliInstallation.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/code/CliInstallation.vue -------------------------------------------------------------------------------- /src/components/code/CodeExample.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/code/CodeExample.vue -------------------------------------------------------------------------------- /src/components/code/Dependencies.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/code/Dependencies.vue -------------------------------------------------------------------------------- /src/components/common/BackToTopButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/BackToTopButton.vue -------------------------------------------------------------------------------- /src/components/common/BackgroundContent.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/BackgroundContent.vue -------------------------------------------------------------------------------- /src/components/common/ComponentList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/ComponentList.vue -------------------------------------------------------------------------------- /src/components/common/ContributionSection.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/ContributionSection.vue -------------------------------------------------------------------------------- /src/components/common/Customize.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/Customize.vue -------------------------------------------------------------------------------- /src/components/common/LazyCardMedia.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/LazyCardMedia.vue -------------------------------------------------------------------------------- /src/components/common/Logo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/Logo.vue -------------------------------------------------------------------------------- /src/components/common/PreviewColor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/PreviewColor.vue -------------------------------------------------------------------------------- /src/components/common/PreviewSelect.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/PreviewSelect.vue -------------------------------------------------------------------------------- /src/components/common/PreviewSlider.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/PreviewSlider.vue -------------------------------------------------------------------------------- /src/components/common/PreviewSwitch.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/PreviewSwitch.vue -------------------------------------------------------------------------------- /src/components/common/PreviewText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/PreviewText.vue -------------------------------------------------------------------------------- /src/components/common/PropTable.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/PropTable.vue -------------------------------------------------------------------------------- /src/components/common/RefreshButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/RefreshButton.vue -------------------------------------------------------------------------------- /src/components/common/SearchDialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/SearchDialog.vue -------------------------------------------------------------------------------- /src/components/common/TabbedLayout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/common/TabbedLayout.vue -------------------------------------------------------------------------------- /src/components/landing/DisplayHeader/DisplayHeader.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/DisplayHeader/DisplayHeader.css -------------------------------------------------------------------------------- /src/components/landing/DisplayHeader/DisplayHeader.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/DisplayHeader/DisplayHeader.vue -------------------------------------------------------------------------------- /src/components/landing/FeatureCards/FeatureCards.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/FeatureCards/FeatureCards.css -------------------------------------------------------------------------------- /src/components/landing/FeatureCards/FeatureCards.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/FeatureCards/FeatureCards.vue -------------------------------------------------------------------------------- /src/components/landing/Footer/Footer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/Footer/Footer.css -------------------------------------------------------------------------------- /src/components/landing/Footer/Footer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/Footer/Footer.vue -------------------------------------------------------------------------------- /src/components/landing/Hero/Hero.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/Hero/Hero.vue -------------------------------------------------------------------------------- /src/components/landing/PlasmaWave/PlasmaWaveV2.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/PlasmaWave/PlasmaWaveV2.vue -------------------------------------------------------------------------------- /src/components/landing/StartBuilding/StartBuilding.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/StartBuilding/StartBuilding.css -------------------------------------------------------------------------------- /src/components/landing/StartBuilding/StartBuilding.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/landing/StartBuilding/StartBuilding.vue -------------------------------------------------------------------------------- /src/components/layouts/CategoryLayout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/layouts/CategoryLayout.vue -------------------------------------------------------------------------------- /src/components/navs/Header.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/navs/Header.vue -------------------------------------------------------------------------------- /src/components/navs/Sidebar.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/components/navs/Sidebar.vue -------------------------------------------------------------------------------- /src/composables/useForceRerender.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/composables/useForceRerender.ts -------------------------------------------------------------------------------- /src/composables/useStars.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/composables/useStars.ts -------------------------------------------------------------------------------- /src/constants/Categories.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/Categories.ts -------------------------------------------------------------------------------- /src/constants/Components.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/Components.ts -------------------------------------------------------------------------------- /src/constants/Information.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/Information.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/animatedContentCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/animatedContentCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/blobCursorCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/blobCursorCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/clickSparkCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/clickSparkCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/countUpCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/countUpCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/crosshairCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/crosshairCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/cubesCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/cubesCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/electricBorderCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/electricBorderCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/fadeContentCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/fadeContentCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/ghostCursorCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/ghostCursorCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/glareHoverCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/glareHoverCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/gradualBlurCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/gradualBlurCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/imageTrailCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/imageTrailCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/laserFlowCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/laserFlowCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/logoLoopCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/logoLoopCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/magnetCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/magnetCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/magnetLinesCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/magnetLinesCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/metaBallsCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/metaBallsCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/metallicPaintCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/metallicPaintCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/noiseCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/noiseCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/pixelTransitionCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/pixelTransitionCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/ribbonsCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/ribbonsCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/shapeBlurCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/shapeBlurCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/splashCursorCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/splashCursorCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/starBorderCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/starBorderCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/stickerPeelCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/stickerPeelCode.ts -------------------------------------------------------------------------------- /src/constants/code/Animations/targetCursorCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Animations/targetCursorCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/auroraCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/auroraCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/balatroCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/balatroCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/ballpitCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/ballpitCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/beamsCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/beamsCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/colorBendsCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/colorBendsCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/darkVeilCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/darkVeilCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/ditherCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/ditherCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/dotGridCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/dotGridCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/faultyTerminalCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/faultyTerminalCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/floatingLinesCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/floatingLinesCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/galaxyCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/galaxyCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/gradientBlindsCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/gradientBlindsCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/gridDistortionCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/gridDistortionCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/gridMotionCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/gridMotionCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/hyperspeedCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/hyperspeedCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/iridescenceCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/iridescenceCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/letterGlitchCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/letterGlitchCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/lightRaysCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/lightRaysCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/lightningCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/lightningCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/liquidChromeCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/liquidChromeCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/liquidEtherCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/liquidEtherCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/orbCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/orbCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/particlesCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/particlesCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/pixelBlastCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/pixelBlastCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/plasmaCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/plasmaCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/prismCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/prismCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/prismaticBurstCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/prismaticBurstCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/rippleGridCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/rippleGridCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/silkCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/silkCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/squaresCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/squaresCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/threadsCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/threadsCode.ts -------------------------------------------------------------------------------- /src/constants/code/Backgrounds/wavesCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Backgrounds/wavesCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/animatedListCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/animatedListCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/bounceCardsCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/bounceCardsCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/bubbleMenuCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/bubbleMenuCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/cardNavCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/cardNavCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/cardSwapCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/cardSwapCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/carouselCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/carouselCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/chromaGridCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/chromaGridCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/circularGalleryCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/circularGalleryCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/counterCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/counterCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/decayCardCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/decayCardCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/dockCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/dockCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/domeGalleryCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/domeGalleryCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/elasticSliderCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/elasticSliderCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/flowingMenuCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/flowingMenuCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/flyingPostersCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/flyingPostersCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/folderCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/folderCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/glassIconsCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/glassIconsCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/glassSurfaceCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/glassSurfaceCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/gooeyNavCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/gooeyNavCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/infiniteMenuCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/infiniteMenuCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/infiniteScrollCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/infiniteScrollCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/magicBentoCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/magicBentoCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/masonryCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/masonryCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/pillNavCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/pillNavCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/pixelCardCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/pixelCardCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/profileCardCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/profileCardCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/rollingGalleryCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/rollingGalleryCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/scrollStackCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/scrollStackCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/spotlightCardCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/spotlightCardCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/stackCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/stackCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/staggeredMenuCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/staggeredMenuCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/stepperCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/stepperCode.ts -------------------------------------------------------------------------------- /src/constants/code/Components/tiltedCardCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/Components/tiltedCardCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/asciiTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/asciiTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/blurTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/blurTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/circularTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/circularTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/curvedLoopCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/curvedLoopCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/decryptedTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/decryptedTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/fallingTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/fallingTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/fuzzyTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/fuzzyTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/glitchTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/glitchTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/gradientTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/gradientTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/rotatingTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/rotatingTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/scrambleTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/scrambleTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/scrollFloatCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/scrollFloatCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/scrollRevealCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/scrollRevealCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/scrollVelocityCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/scrollVelocityCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/shinyTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/shinyTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/splitTextCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/splitTextCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/textCursorCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/textCursorCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/textPressureCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/textPressureCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/textTrailCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/textTrailCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/textTypeCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/textTypeCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/trueFocusCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/trueFocusCode.ts -------------------------------------------------------------------------------- /src/constants/code/TextAnimations/variableProximityCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/constants/code/TextAnimations/variableProximityCode.ts -------------------------------------------------------------------------------- /src/content/Animations/AnimatedContent/AnimatedContent.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/AnimatedContent/AnimatedContent.vue -------------------------------------------------------------------------------- /src/content/Animations/BlobCursor/BlobCursor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/BlobCursor/BlobCursor.vue -------------------------------------------------------------------------------- /src/content/Animations/ClickSpark/ClickSpark.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/ClickSpark/ClickSpark.vue -------------------------------------------------------------------------------- /src/content/Animations/CountUp/CountUp.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/CountUp/CountUp.vue -------------------------------------------------------------------------------- /src/content/Animations/Crosshair/Crosshair.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/Crosshair/Crosshair.vue -------------------------------------------------------------------------------- /src/content/Animations/Cubes/Cubes.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/Cubes/Cubes.vue -------------------------------------------------------------------------------- /src/content/Animations/ElectricBorder/ElectricBorder.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/ElectricBorder/ElectricBorder.vue -------------------------------------------------------------------------------- /src/content/Animations/FadeContent/FadeContent.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/FadeContent/FadeContent.vue -------------------------------------------------------------------------------- /src/content/Animations/GhostCursor/GhostCursor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/GhostCursor/GhostCursor.vue -------------------------------------------------------------------------------- /src/content/Animations/GlareHover/GlareHover.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/GlareHover/GlareHover.vue -------------------------------------------------------------------------------- /src/content/Animations/GradualBlur/GradualBlur.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/GradualBlur/GradualBlur.vue -------------------------------------------------------------------------------- /src/content/Animations/ImageTrail/ImageTrail.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/ImageTrail/ImageTrail.vue -------------------------------------------------------------------------------- /src/content/Animations/LaserFlow/LaserFlow.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/LaserFlow/LaserFlow.vue -------------------------------------------------------------------------------- /src/content/Animations/LogoLoop/LogoLoop.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/LogoLoop/LogoLoop.vue -------------------------------------------------------------------------------- /src/content/Animations/Magnet/Magnet.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/Magnet/Magnet.vue -------------------------------------------------------------------------------- /src/content/Animations/MagnetLines/MagnetLines.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/MagnetLines/MagnetLines.vue -------------------------------------------------------------------------------- /src/content/Animations/MetaBalls/MetaBalls.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/MetaBalls/MetaBalls.vue -------------------------------------------------------------------------------- /src/content/Animations/MetallicPaint/MetallicPaint.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/MetallicPaint/MetallicPaint.vue -------------------------------------------------------------------------------- /src/content/Animations/MetallicPaint/parseImage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/MetallicPaint/parseImage.ts -------------------------------------------------------------------------------- /src/content/Animations/Noise/Noise.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/Noise/Noise.vue -------------------------------------------------------------------------------- /src/content/Animations/PixelTransition/PixelTransition.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/PixelTransition/PixelTransition.vue -------------------------------------------------------------------------------- /src/content/Animations/Ribbons/Ribbons.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/Ribbons/Ribbons.vue -------------------------------------------------------------------------------- /src/content/Animations/ShapeBlur/ShapeBlur.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/ShapeBlur/ShapeBlur.vue -------------------------------------------------------------------------------- /src/content/Animations/SplashCursor/SplashCursor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/SplashCursor/SplashCursor.vue -------------------------------------------------------------------------------- /src/content/Animations/StarBorder/StarBorder.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/StarBorder/StarBorder.vue -------------------------------------------------------------------------------- /src/content/Animations/StickerPeel/StickerPeel.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/StickerPeel/StickerPeel.vue -------------------------------------------------------------------------------- /src/content/Animations/TargetCursor/TargetCursor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Animations/TargetCursor/TargetCursor.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Aurora/Aurora.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Aurora/Aurora.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Balatro/Balatro.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Balatro/Balatro.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Ballpit/Ballpit.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Ballpit/Ballpit.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Beams/Beams.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Beams/Beams.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/ColorBends/ColorBends.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/ColorBends/ColorBends.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/DarkVeil/DarkVeil.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/DarkVeil/DarkVeil.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Dither/Dither.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Dither/Dither.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/DotGrid/DotGrid.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/DotGrid/DotGrid.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/FaultyTerminal/FaultyTerminal.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/FaultyTerminal/FaultyTerminal.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/FloatingLines/FloatingLines.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/FloatingLines/FloatingLines.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Galaxy/Galaxy.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Galaxy/Galaxy.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/GradientBlinds/GradientBlinds.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/GradientBlinds/GradientBlinds.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/GridDistortion/GridDistortion.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/GridDistortion/GridDistortion.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/GridMotion/GridMotion.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/GridMotion/GridMotion.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Hyperspeed/Hyperspeed.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Hyperspeed/Hyperspeed.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Hyperspeed/HyperspeedPresets.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Hyperspeed/HyperspeedPresets.ts -------------------------------------------------------------------------------- /src/content/Backgrounds/Iridescence/Iridescence.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Iridescence/Iridescence.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/LetterGlitch/LetterGlitch.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/LetterGlitch/LetterGlitch.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/LightRays/LightRays.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/LightRays/LightRays.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Lightning/Lightning.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Lightning/Lightning.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/LiquidChrome/LiquidChrome.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/LiquidChrome/LiquidChrome.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/LiquidEther/LiquidEther.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/LiquidEther/LiquidEther.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Orb/Orb.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Orb/Orb.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Particles/Particles.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Particles/Particles.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/PixelBlast/PixelBlast.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/PixelBlast/PixelBlast.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Plasma/Plasma.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Plasma/Plasma.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Prism/Prism.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Prism/Prism.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/PrismaticBurst/PrismaticBurst.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/PrismaticBurst/PrismaticBurst.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/RippleGrid/RippleGrid.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/RippleGrid/RippleGrid.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Silk/Silk.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Silk/Silk.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Squares/Squares.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Squares/Squares.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Threads/Threads.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Threads/Threads.vue -------------------------------------------------------------------------------- /src/content/Backgrounds/Waves/Waves.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Backgrounds/Waves/Waves.vue -------------------------------------------------------------------------------- /src/content/Components/AnimatedList/AnimatedList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/AnimatedList/AnimatedList.vue -------------------------------------------------------------------------------- /src/content/Components/BounceCards/BounceCards.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/BounceCards/BounceCards.vue -------------------------------------------------------------------------------- /src/content/Components/BubbleMenu/BubbleMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/BubbleMenu/BubbleMenu.vue -------------------------------------------------------------------------------- /src/content/Components/CardNav/CardNav.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/CardNav/CardNav.vue -------------------------------------------------------------------------------- /src/content/Components/CardSwap/CardSwap.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/CardSwap/CardSwap.vue -------------------------------------------------------------------------------- /src/content/Components/Carousel/Carousel.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/Carousel/Carousel.vue -------------------------------------------------------------------------------- /src/content/Components/ChromaGrid/ChromaGrid.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/ChromaGrid/ChromaGrid.vue -------------------------------------------------------------------------------- /src/content/Components/CircularGallery/CircularGallery.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/CircularGallery/CircularGallery.vue -------------------------------------------------------------------------------- /src/content/Components/Counter/Counter.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/Counter/Counter.vue -------------------------------------------------------------------------------- /src/content/Components/DecayCard/DecayCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/DecayCard/DecayCard.vue -------------------------------------------------------------------------------- /src/content/Components/Dock/Dock.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/Dock/Dock.vue -------------------------------------------------------------------------------- /src/content/Components/DomeGallery/DomeGallery.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/DomeGallery/DomeGallery.vue -------------------------------------------------------------------------------- /src/content/Components/ElasticSlider/ElasticSlider.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/ElasticSlider/ElasticSlider.vue -------------------------------------------------------------------------------- /src/content/Components/FlowingMenu/FlowingMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/FlowingMenu/FlowingMenu.vue -------------------------------------------------------------------------------- /src/content/Components/FlyingPosters/FlyingPosters.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/FlyingPosters/FlyingPosters.vue -------------------------------------------------------------------------------- /src/content/Components/Folder/Folder.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/Folder/Folder.vue -------------------------------------------------------------------------------- /src/content/Components/GlassIcons/GlassIcons.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/GlassIcons/GlassIcons.vue -------------------------------------------------------------------------------- /src/content/Components/GlassSurface/GlassSurface.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/GlassSurface/GlassSurface.vue -------------------------------------------------------------------------------- /src/content/Components/GooeyNav/GooeyNav.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/GooeyNav/GooeyNav.vue -------------------------------------------------------------------------------- /src/content/Components/InfiniteMenu/InfiniteMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/InfiniteMenu/InfiniteMenu.vue -------------------------------------------------------------------------------- /src/content/Components/InfiniteScroll/InfiniteScroll.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/InfiniteScroll/InfiniteScroll.vue -------------------------------------------------------------------------------- /src/content/Components/MagicBento/MagicBento.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/MagicBento/MagicBento.vue -------------------------------------------------------------------------------- /src/content/Components/Masonry/Masonry.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/Masonry/Masonry.vue -------------------------------------------------------------------------------- /src/content/Components/PillNav/PillNav.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/PillNav/PillNav.vue -------------------------------------------------------------------------------- /src/content/Components/PixelCard/PixelCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/PixelCard/PixelCard.vue -------------------------------------------------------------------------------- /src/content/Components/ProfileCard/ProfileCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/ProfileCard/ProfileCard.vue -------------------------------------------------------------------------------- /src/content/Components/RollingGallery/RollingGallery.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/RollingGallery/RollingGallery.vue -------------------------------------------------------------------------------- /src/content/Components/ScrollStack/ScrollStack.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/ScrollStack/ScrollStack.vue -------------------------------------------------------------------------------- /src/content/Components/SpotlightCard/SpotlightCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/SpotlightCard/SpotlightCard.vue -------------------------------------------------------------------------------- /src/content/Components/Stack/Stack.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/Stack/Stack.vue -------------------------------------------------------------------------------- /src/content/Components/StaggeredMenu/StaggeredMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/StaggeredMenu/StaggeredMenu.vue -------------------------------------------------------------------------------- /src/content/Components/Stepper/Stepper.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/Stepper/Stepper.vue -------------------------------------------------------------------------------- /src/content/Components/TiltedCard/TiltedCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/Components/TiltedCard/TiltedCard.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/AsciiText/AsciiText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/AsciiText/AsciiText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/BlurText/BlurText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/BlurText/BlurText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/CircularText/CircularText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/CircularText/CircularText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/CurvedLoop/CurvedLoop.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/CurvedLoop/CurvedLoop.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/DecryptedText/DecryptedText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/DecryptedText/DecryptedText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/FallingText/FallingText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/FallingText/FallingText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/FuzzyText/FuzzyText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/FuzzyText/FuzzyText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/GlitchText/GlitchText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/GlitchText/GlitchText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/GradientText/GradientText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/GradientText/GradientText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/RotatingText/RotatingText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/RotatingText/RotatingText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/ScrambleText/ScrambleText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/ScrambleText/ScrambleText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/ScrollFloat/ScrollFloat.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/ScrollFloat/ScrollFloat.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/ScrollReveal/ScrollReveal.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/ScrollReveal/ScrollReveal.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/ScrollVelocity/ScrollVelocity.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/ScrollVelocity/ScrollVelocity.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/ShinyText/ShinyText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/ShinyText/ShinyText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/SplitText/SplitText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/SplitText/SplitText.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/TextCursor/TextCursor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/TextCursor/TextCursor.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/TextPressure/TextPressure.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/TextPressure/TextPressure.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/TextTrail/TextTrail.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/TextTrail/TextTrail.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/TextType/TextType.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/TextType/TextType.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/TrueFocus/TrueFocus.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/TrueFocus/TrueFocus.vue -------------------------------------------------------------------------------- /src/content/TextAnimations/VariableProximity/VariableProximity.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/content/TextAnimations/VariableProximity/VariableProximity.vue -------------------------------------------------------------------------------- /src/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/css/base.css -------------------------------------------------------------------------------- /src/css/category.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/css/category.css -------------------------------------------------------------------------------- /src/css/landing.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/css/landing.css -------------------------------------------------------------------------------- /src/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/css/main.css -------------------------------------------------------------------------------- /src/css/sidebar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/css/sidebar.css -------------------------------------------------------------------------------- /src/css/transitions.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/css/transitions.css -------------------------------------------------------------------------------- /src/demo/Animations/AnimatedContentDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/AnimatedContentDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/BlobCursorDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/BlobCursorDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/ClickSparkDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/ClickSparkDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/CountUpDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/CountUpDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/CrosshairDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/CrosshairDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/CubesDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/CubesDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/ElectricBorderDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/ElectricBorderDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/FadeContentDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/FadeContentDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/GhostCursorDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/GhostCursorDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/GlareHoverDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/GlareHoverDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/GradualBlurDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/GradualBlurDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/ImageTrailDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/ImageTrailDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/LaserFlowDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/LaserFlowDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/LogoLoopDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/LogoLoopDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/MagnetDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/MagnetDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/MagnetLinesDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/MagnetLinesDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/MetaBallsDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/MetaBallsDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/MetallicPaintDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/MetallicPaintDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/NoiseDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/NoiseDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/PixelTransitionDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/PixelTransitionDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/RibbonsDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/RibbonsDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/ShapeBlurDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/ShapeBlurDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/SplashCursorDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/SplashCursorDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/StarBorderDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/StarBorderDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/StickerPeelDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/StickerPeelDemo.vue -------------------------------------------------------------------------------- /src/demo/Animations/TargetCursorDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Animations/TargetCursorDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/AuroraDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/AuroraDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/BalatroDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/BalatroDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/BallpitDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/BallpitDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/BeamsDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/BeamsDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/ColorBendsDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/ColorBendsDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/DarkVeilDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/DarkVeilDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/DitherDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/DitherDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/DotGridDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/DotGridDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/FaultyTerminalDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/FaultyTerminalDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/FloatingLinesDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/FloatingLinesDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/GalaxyDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/GalaxyDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/GradientBlindsDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/GradientBlindsDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/GridDistortionDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/GridDistortionDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/GridMotionDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/GridMotionDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/HyperspeedDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/HyperspeedDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/IridescenceDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/IridescenceDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/LetterGlitchDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/LetterGlitchDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/LightRaysDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/LightRaysDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/LightningDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/LightningDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/LiquidChromeDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/LiquidChromeDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/LiquidEtherDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/LiquidEtherDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/OrbDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/OrbDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/ParticlesDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/ParticlesDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/PixelBlastDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/PixelBlastDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/PlasmaDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/PlasmaDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/PrismDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/PrismDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/PrismaticBurstDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/PrismaticBurstDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/RippleGridDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/RippleGridDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/SilkDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/SilkDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/SquaresDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/SquaresDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/ThreadsDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/ThreadsDemo.vue -------------------------------------------------------------------------------- /src/demo/Backgrounds/WavesDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Backgrounds/WavesDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/AnimatedListDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/AnimatedListDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/BounceCardsDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/BounceCardsDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/BubbleMenuDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/BubbleMenuDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/CardNavDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/CardNavDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/CardSwapDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/CardSwapDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/CarouselDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/CarouselDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/ChromaGridDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/ChromaGridDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/CircularGalleryDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/CircularGalleryDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/CounterDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/CounterDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/DecayCardDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/DecayCardDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/DockDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/DockDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/DomeGalleryDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/DomeGalleryDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/ElasticSliderDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/ElasticSliderDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/FlowingMenuDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/FlowingMenuDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/FlyingPostersDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/FlyingPostersDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/FolderDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/FolderDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/GlassIconsDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/GlassIconsDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/GlassSurfaceDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/GlassSurfaceDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/GooeyNavDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/GooeyNavDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/InfiniteMenuDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/InfiniteMenuDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/InfiniteScrollDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/InfiniteScrollDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/MagicBentoDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/MagicBentoDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/MasonryDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/MasonryDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/PillNavDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/PillNavDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/PixelCardDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/PixelCardDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/ProfileCardDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/ProfileCardDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/RollingGalleryDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/RollingGalleryDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/ScrollStackDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/ScrollStackDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/SpotlightCardDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/SpotlightCardDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/StackDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/StackDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/StaggeredMenuDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/StaggeredMenuDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/StepperDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/StepperDemo.vue -------------------------------------------------------------------------------- /src/demo/Components/TiltedCardDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/Components/TiltedCardDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/AsciiTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/AsciiTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/BlurTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/BlurTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/CircularTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/CircularTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/CurvedLoopDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/CurvedLoopDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/DecryptedTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/DecryptedTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/FallingTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/FallingTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/FuzzyTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/FuzzyTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/GlitchTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/GlitchTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/GradientTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/GradientTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/RotatingTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/RotatingTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/ScrambleTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/ScrambleTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/ScrollFloatDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/ScrollFloatDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/ScrollRevealDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/ScrollRevealDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/ScrollVelocityDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/ScrollVelocityDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/ShinyTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/ShinyTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/SplitTextDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/SplitTextDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/TextCursorDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/TextCursorDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/TextPressureDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/TextPressureDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/TextTrailDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/TextTrailDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/TextTypeDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/TextTypeDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/TrueFocusDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/TrueFocusDemo.vue -------------------------------------------------------------------------------- /src/demo/TextAnimations/VariableProximityDemo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/demo/TextAnimations/VariableProximityDemo.vue -------------------------------------------------------------------------------- /src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/main.ts -------------------------------------------------------------------------------- /src/pages/CategoryPage.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/pages/CategoryPage.vue -------------------------------------------------------------------------------- /src/pages/FavoritesPage.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/pages/FavoritesPage.vue -------------------------------------------------------------------------------- /src/pages/IndexPage.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/pages/IndexPage.vue -------------------------------------------------------------------------------- /src/pages/LandingPage.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/pages/LandingPage.vue -------------------------------------------------------------------------------- /src/router/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/router/index.ts -------------------------------------------------------------------------------- /src/types/code.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/types/code.ts -------------------------------------------------------------------------------- /src/utils/favorites.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/utils/favorites.ts -------------------------------------------------------------------------------- /src/utils/fuzzy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/utils/fuzzy.ts -------------------------------------------------------------------------------- /src/utils/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/src/utils/utils.ts -------------------------------------------------------------------------------- /tsconfig.app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/tsconfig.app.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tsconfig.node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/tsconfig.node.json -------------------------------------------------------------------------------- /vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/vite.config.ts -------------------------------------------------------------------------------- /wrangler.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidHDev/vue-bits/HEAD/wrangler.jsonc --------------------------------------------------------------------------------