QR-XQR-X's Github

The fully-fledged
QR Code generator

Integrates in popular frontend libraries and frameworks

QR-X integrates deeply with popular frontend frameworks and libraries, making it easy to generate full-fledged QR codes for your development experience

Try QR-X in action

Powered by QRX
import QRX from '@qr-x/react';

<QRX 
  data='https://qr-x.netlify.app/'
  gradient={{
    type: 'linear',
    rotate: 45,
    colors: [
      {
        value: 'rgba(100, 178, 255, 1)',
        stop: 0
      },
      {
        value: 'rgba(142, 132, 255, 1)',
        stop: 35
      },
      {
        value: 'rgba(212, 153, 237, 1)',
        stop: 100
      }
      ]
  }}
  shapes={{ 
    body: 'square', 
    eyeball: 'square', 
    eyeframe: 'square' 
  }} 
/>