Components
Loading preview...
Immersive navigation showcase that reveals frosted-glass ripples as you hover a grid of interactive hotspots layered over a hero image. Includes the full SVG filter stack for the shimmering displacement effect.
@kedhar
npx shadcn@latest add https://21st.dev/r/kedhareswer.12110626/frosted-hoverimport React from "react";
import FrostedHoverNav from "../components/ui/frosted-hover";
export default function DefaultDemo() {
return <FrostedHoverNav />;
}