Components
Loading preview...
This is a React component that creates a full-screen hero section. It features a unique, interactive headline where the words "Video Editor" are revealed inside a draggable range slider. The slider tilts dynamically as the user moves the handles, and the handles scale up on hover and drag for better visual feedback. The component is designed to be responsive and visually engaging.
npx shadcn@latest add https://21st.dev/r/minhxthanh/dynamic-text-sliderimport TitleComponent from "@/components/ui/dynamic-text-slider";
export default function DemoOne() {
return <TitleComponent />;
}