Components
Loading preview...
A responsive image hover component that creates a smooth circular reveal effect with a blurred overlay mask that follows the mouse cursor.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/image-reveal// 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 };