6 releases (1 stable)

1.0.0 Jan 6, 2023
0.2.1 Jan 25, 2022
0.1.2 Jul 10, 2021
0.1.1 Nov 30, 2020

#198 in WebAssembly

Download history 95/week @ 2022-12-02 186/week @ 2022-12-09 104/week @ 2022-12-16 32/week @ 2022-12-23 18/week @ 2022-12-30 90/week @ 2023-01-06 40/week @ 2023-01-13 24/week @ 2023-01-20 87/week @ 2023-01-27 104/week @ 2023-02-03 68/week @ 2023-02-10 141/week @ 2023-02-17 86/week @ 2023-02-24 92/week @ 2023-03-03 193/week @ 2023-03-10 110/week @ 2023-03-17

486 downloads per month
Used in 2 crates

MIT license

220KB
8K SLoC

yew-feather

crates.io version crates.io downloads

What is yew-feather?

yew-feather 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 Feather Icons v4.29.0

https://feathericons.com/

Usage

use yew::{function_component, html, Html};
use yew_feather::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
~316K SLoC