Components
Loading preview...
A cinematic clipped video section built with React, TailwindCSS, and Framer Motion for modern UI experiences.
@shaiksameer8921
npx shadcn@latest add https://21st.dev/r/shaiksameer8921/clipped-video-tabimport Component from "@/components/ui/clipped-video-tab";
export default function Demo() {
return (
<div className="min-h-screen bg-[#f3f3f3] flex items-center justify-center p-10">
<Component />
</div>
);
}