2 releases
0.1.1 | Sep 16, 2024 |
---|---|
0.1.0 | Sep 15, 2024 |
#1836 in Web programming
336 downloads per month
21KB
Leptos QR Code Component Library
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"
/>
Dependencies
~21–33MB
~516K SLoC