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