#qr #component #leptos #data

leptos-qr

QR Code Component for Leptos

2 releases

0.1.1 Sep 16, 2024
0.1.0 Sep 15, 2024

#1836 in Web programming

Download history 285/week @ 2024-09-14 38/week @ 2024-09-21 13/week @ 2024-09-28

336 downloads per month

MIT license

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