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
254 downloads per month
740KB
28K
SLoC
yew-lucide
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.
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