Opinionated QR Code component for React
npm install cuerOpinionated QR Code component for React, powered by qr
``sh`
npm i cuer
Use the Cuer component to render a QR code (with an optional arena).
`tsx
import { Cuer } from 'cuer'
export function App() {
return
}
`
Further customization is possible by composition components (ie. Cuer.Root, Cuer.Cells, etc).
`tsx
import { Cuer } from 'cuer'
export function App() {
return (
src="https://example.com/logo.png"
style={{ width: '100%', height: '100%', objectFit: 'cover' }}
/>
)
}
``
MIT License