zuicon-material

Crates.iozuicon-material
lib.rszuicon-material
version0.3.1
sourcesrc
created_at2023-05-16 05:43:26.259517
updated_at2024-11-06 17:01:14.72969
descriptionWrapper of material design icons for yew framework
homepagehttps://github.com/RustVis/zu
repositoryhttps://github.com/RustVis/zu
max_upload_size
id865800
size10,447,791
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 = "0.3"

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: 770

cargo fmt