Image ZoomImage zoom with magnifying glass effectinteractiveimagezoom PreviewCodeCopy"use client"; import { ImageZoom } from "@/components/vritti/image-zoom"; import "react-medium-image-zoom/dist/styles.css"; export function ImageZoomExample() { return ( <div className="flex items-center justify-center p-8"> <ImageZoom> <img alt="Zoomable landscape" className="max-w-sm rounded-lg" src="/placeholder.jpg" /> </ImageZoom> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/image-zoom"Copy Dependencies pnpmnpmyarnbunpnpm add react-medium-image-zoomCopy