3 unstable releases

0.2.2 May 25, 2023
0.2.1 May 22, 2023
0.1.1 May 16, 2023

#1187 in WebAssembly

Download history 14/week @ 2024-02-24 1/week @ 2024-03-02 6/week @ 2024-03-09 1/week @ 2024-03-16 39/week @ 2024-03-30 6/week @ 2024-04-06 133/week @ 2024-04-27

139 downloads per month

Apache-2.0 and LGPL-3.0

12MB
197K SLoC

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};

License

This library is release in Apache License.

Dependencies

~12–17MB
~305K SLoC