A responsive image hover component that creates a smooth circular reveal effect with a blurred overlay mask that follows the mouse cursor.
// This is file with demos of your component // Each export is one usecase for your component import { ImageHover } from "@/components/ui/image-reveal"; const DemoOne = () => { return <ImageHover />; }; export { DemoOne };