QR Code
A highly customizable QR Code component for React applications built with Mantine. Supports multiple dot styles, corner customization, Mantine theme colors, error correction levels, image overlays, size variants, and download as SVG or PNG.
Full documentation and API reference available at gfazioli.github.io/mantine-qr-codeΒ
Installation
yarn add @gfazioli/mantine-qr-codeOverview
QR Code generates fully customizable QR codes with Mantine integration:
- Dot styles β square, rounded, or dot patterns
- Corner customization β three configurable finder pattern styles
- Mantine theme colors β use any color from your palette
- Error correction β L, M, Q, H levels (7%-30% damage tolerance)
- Image overlays β embed a logo or image in the center
- Size variants β xs, sm, md, lg, xl
- Download β export as SVG or PNG via
useQRCodeDownloadhook
Last updated on