Ivy.Widgets.QRCode
1.3.21
dotnet add package Ivy.Widgets.QRCode --version 1.3.21
NuGet\Install-Package Ivy.Widgets.QRCode -Version 1.3.21
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ivy.Widgets.QRCode" Version="1.3.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ivy.Widgets.QRCode" Version="1.3.21" />
<PackageReference Include="Ivy.Widgets.QRCode" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ivy.Widgets.QRCode --version 1.3.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ivy.Widgets.QRCode, 1.3.21"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ivy.Widgets.QRCode@1.3.21
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ivy.Widgets.QRCode&version=1.3.21
#tool nuget:?package=Ivy.Widgets.QRCode&version=1.3.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ivy.Widgets.QRCode
A QR code widget for the Ivy Framework, powered by qrcode.react.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
Value |
string |
"" |
The data to encode as a QR code |
PixelSize |
int? |
(client default 256) | Size of the QR code in pixels |
ErrorCorrectionLevel |
QrErrorCorrectionLevel |
Low |
Error correction: Low (L), Medium (M), Quartile (Q), High (H) |
Background |
Colors? |
null |
Module background (resolved from the active Ivy theme) |
Foreground |
Colors? |
null |
Module foreground (resolved from the active Ivy theme) |
Usage
using Ivy;
using Ivy.Widgets.QRCode;
// Basic usage
new QRCode().Value("https://ivy-interactive.com")
// With options
new QRCode()
.Value("https://ivy-interactive.com")
.PixelSize(300)
.ErrorCorrectionLevel(QrErrorCorrectionLevel.High)
.Foreground(Colors.Primary)
.Background(Colors.White)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Ivy (>= 1.3.21)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.21 | 366 | 8/18/2026 |
| 1.3.20 | 121 | 8/13/2026 |
| 1.3.17 | 159 | 8/2/2026 |
| 1.3.16 | 525 | 7/28/2026 |
| 1.3.15 | 159 | 7/26/2026 |
| 1.3.13 | 159 | 7/25/2026 |
| 1.3.12 | 111 | 7/23/2026 |
| 1.3.11 | 106 | 7/23/2026 |
| 1.3.10 | 108 | 7/18/2026 |
| 1.3.9 | 116 | 7/14/2026 |
| 1.3.8 | 234 | 7/10/2026 |
| 1.3.7 | 115 | 7/10/2026 |
| 1.3.6 | 122 | 7/3/2026 |
| 1.3.5 | 137 | 7/3/2026 |
| 1.3.4 | 146 | 7/2/2026 |
| 1.3.3 | 119 | 7/2/2026 |
| 1.3.2 | 111 | 7/2/2026 |
| 1.3.1 | 174 | 6/29/2026 |
| 1.3.0 | 124 | 6/29/2026 |
| 1.2.72 | 136 | 6/27/2026 |
Loading failed