zuicon-mdl2

Crates.iozuicon-mdl2
lib.rszuicon-mdl2
version0.2.1
sourcesrc
created_at2023-04-10 03:07:28.713617
updated_at2023-09-27 01:18:37.772129
descriptionWrapper of fluentui icons for yew framework
homepagehttps://github.com/RustVis/zu
repositoryhttps://github.com/RustVis/zu
max_upload_size
id834701
size3,769,449
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]
version = "0.2"
features = [
  "Home",
  "PublicEmail",
]

Now Home and PublicEmail are available.

Then import specific icons in yew components: use zuicon_mdl2::{Home, PublicEmail};

License

This library is release in LGPL-3.0.

Commit count: 669

cargo fmt