zuicon-mdl2

Crates.iozuicon-mdl2
lib.rszuicon-mdl2
version0.3.1
sourcesrc
created_at2023-04-10 03:07:28.713617
updated_at2024-11-03 16:14:52.913681
descriptionWrapper of fluentui icons for yew framework
homepagehttps://github.com/RustVis/zu
repositoryhttps://github.com/RustVis/zu
max_upload_size
id834701
size3,940,494
Xu Shaohua (XuShaohua)

documentation

https://docs.rs/zuicon-mdl2

README

About

Migrate of Fluentui Icons (MDL2) to yew framework.

How to use

First add this to Cargo.toml:

[dependencies]
zuicon-mdl2 = "0.3"

Then import specific icons in yew components:

use zuicon_mdl2::{Home, PublicEmail};

License

This library is release in LGPL-3.0.

Commit count: 770

cargo fmt