Hover over the image to see the magnifying glass effect with optical distortion
Loading preview...
import { Component } from "@/components/ui/magnifier-lens"; const DemoOne = () => { return <Component />; }; export { DemoOne };