Crates.io | leptos-qr |
lib.rs | leptos-qr |
version | 0.1.1 |
source | src |
created_at | 2024-09-15 17:46:36.918264 |
updated_at | 2024-09-16 11:11:48.433312 |
description | QR Code Component for Leptos |
homepage | |
repository | |
max_upload_size | |
id | 1375604 |
size | 21,634 |
This library provides a simple QR code component based on fast_qr
. You can customize the pixel shape, color and error correction level.
See the examples for more information on how to use it.
<QrCode
data="Hello, World!"
ecl=leptos_qr::ECL::Q
shape=leptos_qr::Shape::Circle
fg_color="#111111"
bg_color="#dddddd"
/>