QRCode
A Reflex custom component for QRCodes based on react-qr-code component.
Installation
PIP
pip install reflex-qrcode
Poetry
poetry add reflex-qrcode
Usage
Props
title: [str] - Title of the QRCode, shows up as tooltipvalue: [str] - Value for which QRCode is generatedlevel: [str] - QRCode level, valid values areL,M,QandH. Default isLsize: [int] - QCode size (square), maximum value is256
from reflex_qrcode import QRCode
def index():
return QRCode(
title="Title",
value="Value"
)
See demo code for details.
Release files for reflex-qrcode 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| reflex_qrcode-0.0.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| reflex_qrcode-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.4 kB
Release files / reflex_qrcode-0.0.1.tar.gz
| Download URL | reflex_qrcode-0.0.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
667593c1ab19863b8bc00508c9d1fefce4529b726832fa1a77cf60574f2e0911
|
|
BLAKE2b-256 checksum How to use checksums |
02701a2eb045bb77f7f10ced42df059bcd7355ba58e183a83c4897e2d1e4cac8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / reflex_qrcode-0.0.1-py3-none-any.whl
| Download URL | reflex_qrcode-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1ec680b58f6a349fa7a5445ca8673debc9833ff5db8ba0e1175217cd36a567ae
|
|
BLAKE2b-256 checksum How to use checksums |
25dc73c2952beb5e85ff74d64cd418cf8efecb4638423410df13c917b2f6572d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|