Components
Loading preview...
Hover over the image to see the magnifying glass effect with optical distortion
@baozhouqi
npx shadcn@latest add https://21st.dev/r/baozhouqi/magnifier-lensimport { Component } from "@/components/ui/magnifier-lens";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };