#material-icons #icons #webasm #web

zuicon-material

Wrapper of material design icons for yew framework

4 releases (2 breaking)

0.3.1 Nov 6, 2024
0.2.2 May 25, 2023
0.2.1 May 22, 2023
0.1.1 May 16, 2023

#120 in WebAssembly

Download history 8/week @ 2024-11-28 54/week @ 2024-12-05 43/week @ 2024-12-12 6/week @ 2024-12-19 3/week @ 2024-12-26 3/week @ 2025-01-02 12/week @ 2025-01-09 3/week @ 2025-02-06 3/week @ 2025-02-13

184 downloads per month

LGPL-3.0

11MB
177K 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 = "0.3"

Then import specific icons in yew components:

use zuicon_material::{email::Email, home::Home};

License

This library is release in Apache License.

Dependencies

~12–23MB
~312K SLoC