Components
Loading preview...
A clean, reusable component that generates a QR code for sharing profile links, with options to copy the URL or download the code as SVG/PNG.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/share-via-qr-code-cardimport { Component } from "@/components/ui/share-via-qr-code-card";
export default function DemoOne() {
return <Component />;
}