lucide-floem

Crates.iolucide-floem
lib.rslucide-floem
version0.2.0
sourcesrc
created_at2024-02-26 00:40:30.110773
updated_at2024-11-18 19:04:36.181142
descriptionAn implementation of the lucide icon library for floem
homepagehttps://github.com/jrmoulton/lucide-floem
repositoryhttps://github.com/jrmoulton/lucide-floem
max_upload_size
id1152915
size5,587,303
Jared Moulton (jrmoulton)

documentation

README

Lucide Floem

lucide-floem is an implementation of the Lucide icons for Floem.

The Icon enum contains all the icons from the Lucide icon set. Each variant can be used directly as a Floem View.

Usage

lucide_floem::Icon::ChevronDown.style(|s| s.size(50, 50))
Commit count: 18

cargo fmt