GitHub

QR Code

A component that displays a QR code

Installation

pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/qr-code.json

Usage

import { 
  QrCode, 
  QrCodeFrame
} from "@/components/ui/qr-code";
<QrCode value="https://www.x.com/vinihvc">
  <QrCodeFrame />
</QrCode>