leptos-qr

Crates.ioleptos-qr
lib.rsleptos-qr
version0.1.1
sourcesrc
created_at2024-09-15 17:46:36.918264
updated_at2024-09-16 11:11:48.433312
descriptionQR Code Component for Leptos
homepage
repository
max_upload_size
id1375604
size21,634
(elsirion)

documentation

README

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"
/>

Screenshot of the example

Commit count: 0

cargo fmt