6个版本 (1个稳定版)
1.0.0 | 2023年1月6日 |
---|---|
0.2.1 | 2022年1月25日 |
0.1.2 | 2021年7月10日 |
0.1.1 | 2020年11月30日 |
在 WebAssembly 中排名第621
每月下载量69次
被 2 crate 使用
225KB
8K SLoC
yew-feather
什么是yew-feather?
yew-feather是一组简单美观的开源图标集合,专为Yew设计。每个图标都是基于24x24网格设计,强调简洁、一致性和可读性。
基于Feather Icons v4.29.0
使用方法
use yew::{function_component, html, Html};
use yew_feather::Camera;
#[function_component(App)]
fn app() -> Html {
html! { <Camera /> }
}
fn main() {
yew::start_app::<App>();
}
图标可以使用内联属性进行配置
<Camera color="red" size="48" />
依赖关系
~11–16MB
~269K SLoC