Components
A video element clipped with an SVG mask so footage plays inside a splash-water shape, for creative hero and showcase sections.
Loading preview...
import SplashWaterVideoMasking from "@/components/ui/splashwater-videomasking";
export default function Default() {
return (
<div className="flex w-full items-center justify-center p-4">
<div className="w-full max-w-2xl">
<SplashWaterVideoMasking />
</div>
</div>
);
}