A reusable component for hover image preview
npx shadcn@latest add https://21st.dev/r/avanishverma4/hover-image-preview
Loading preview...
import Component from "@/components/ui/hover-image-preview"; export default function DemoOne() { return <Component />; }