#qrcode #leptos #component #data

leptos-qr

QR Code Component for Leptos

2 releases

0.1.1 Sep 16, 2024
0.1.0 Sep 15, 2024

#2088 in Web programming

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
~510K SLoC