Reflex custom component QRCode
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reflex_qrcode-0.0.1.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reflex_qrcode-0.0.1.tar.gz.
File metadata
- Download URL: reflex_qrcode-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
667593c1ab19863b8bc00508c9d1fefce4529b726832fa1a77cf60574f2e0911
|
|
| MD5 |
50a9f9c4edfd88f924fa131fb79e39c0
|
|
| BLAKE2b-256 |
02701a2eb045bb77f7f10ced42df059bcd7355ba58e183a83c4897e2d1e4cac8
|
File details
Details for the file reflex_qrcode-0.0.1-py3-none-any.whl.
File metadata
- Download URL: reflex_qrcode-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ec680b58f6a349fa7a5445ca8673debc9833ff5db8ba0e1175217cd36a567ae
|
|
| MD5 |
2489f0d07b6db0e0ef62646c8e65aa81
|
|
| BLAKE2b-256 |
25dc73c2952beb5e85ff74d64cd418cf8efecb4638423410df13c917b2f6572d
|