#yew #feather

yew-feather

Yew components for Feather icons

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

#473 in WebAssembly

Download history 93/week @ 2023-11-27 2/week @ 2024-02-19 34/week @ 2024-02-26 5/week @ 2024-03-04 14/week @ 2024-03-11

55 downloads per month
Used in 2 crates

MIT license

225KB
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–16MB
~271K SLoC