Codes
Components for generating QR codes and Barcodes directly in your Blazor application.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
QR Code
MgQrCodeGenerate high-quality QR codes from any string value.
<MgQrCode Value="https://mglibrary.co.uk"
Classes="w-48 h-48" />Barcode
MgBarcodeGenerate barcodes in various formats including Code128, EAN13, etc.
1234567890
<MgBarcode Value="12345678"
Type="MgEnums.MgBarcodeType.Code128"
Height="50" />