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.
import { Component } from "@/components/ui/share-via-qr-code-card"; export default function DemoOne() { return <Component />; }