Interactive Video Portfolio Scroller | Community Components | 21st
/Interactive Video Portfolio Scroller
Interactive Video Portfolio Scroller
An interactive scroll-driven portfolio showcase featuring synchronized serif typography, a smooth vertical video track with autoplay controls, and mobile/iOS audio fallback support
// This is a file with a demo for your component// That's what users will see in the preview// Create new files in this directory to add more demosimport { Component } from "@/components/ui/interactive-video-portfolio-scroller";// ONLY DEFAULT EXPORT WILL BE TREATED AS A DEMOexport default function DemoOne() { return <Component />;}