zuicon-material

Crates.iozuicon-material
lib.rszuicon-material
version0.2.2
sourcesrc
created_at2023-05-16 05:43:26.259517
updated_at2023-05-25 04:26:02.224925
descriptionWrapper of material design icons for yew framework
homepagehttps://github.com/RustVis/zu
repositoryhttps://github.com/RustVis/zu
max_upload_size
id865800
size16,808,840
Xu Shaohua (XuShaohua)

documentation

https://docs.rs/zuicon-material

README

Zu icon material

Build status Latest version Documentation Minimum rustc version License

Wrapper of material design icons for yew framework.

Material icons are placed in different themes:

  1. baseline (default)
  2. outline
  3. round
  4. twotone
  5. sharp

How to use

First add this to Cargo.toml:

[dependencies.zuicon-material]
version = "0.2"
features = [
  "Home",
  "Email",
]

Home and Email are available.

Then import specific icons in yew components: use zuicon_material::{email::Email, home::Home};

Related projects

License

This library is release in Apache License.

Commit count: 669

cargo fmt