#icons #lucide #floem #enums #view

lucide-floem

An implementation of the lucide icon library for floem

2 unstable releases

0.2.0 Nov 18, 2024
0.1.0 Feb 26, 2024

#4 in #floem

Download history 9/week @ 2024-09-23 4/week @ 2024-10-14 166/week @ 2024-11-18 5/week @ 2024-11-25 39/week @ 2024-12-02 45/week @ 2024-12-09

255 downloads per month

MIT license

2MB
10K SLoC

TypeScript 5K SLoC // 0.0% comments JavaScript 3.5K SLoC // 0.1% comments TSX 1K SLoC Vue 456 SLoC Shell 200 SLoC // 0.2% comments Rust 178 SLoC // 0.0% comments Svelte 32 SLoC JSX 10 SLoC

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))

lib.rs:

Lucide Floem

Example

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

Dependencies

~30–68MB
~1M SLoC