38 breaking releases

new 0.128.0 Mar 27, 2023
0.126.0 Mar 20, 2023
0.104.0 Dec 5, 2022
0.102.0 Nov 22, 2022
0.83.0 Jul 22, 2022

#314 in WebAssembly

Download history 22/week @ 2022-12-06 27/week @ 2022-12-13 3/week @ 2022-12-20 2/week @ 2022-12-27 6/week @ 2023-01-03 11/week @ 2023-01-10 27/week @ 2023-01-17 20/week @ 2023-01-24 39/week @ 2023-01-31 87/week @ 2023-02-07 112/week @ 2023-02-14 66/week @ 2023-02-21 146/week @ 2023-02-28 53/week @ 2023-03-07 13/week @ 2023-03-14 41/week @ 2023-03-21

254 downloads per month

MIT license

740KB
28K SLoC

yew-lucide

crates.io version crates.io downloads

Forked from Yew Feather

What is yew-lucide?

yew-lucide is a collection of simply beautiful open source icons for Yew. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.

Based on Lucide Icons

This will be updated to keep in track with the latest lucide.

https://lucide.dev/

Usage

use yew::{function_component, html};
use yew_lucide::Camera;

#[function_component(App)]
fn app() -> Html {
    html! { <Camera /> }
}

fn main() {
    yew::start_app::<App>();
}

Icons can be configured with inline props:

<Camera color="red" size=48 />

Dependencies

~11–18MB
~310K SLoC