4 releases (2 breaking)
new 0.3.1 | Nov 6, 2024 |
---|---|
0.2.2 | May 25, 2023 |
0.2.1 | May 22, 2023 |
0.1.1 | May 16, 2023 |
#1191 in WebAssembly
11MB
177K
SLoC
Zu icon material
Wrapper of material design icons for yew framework.
Material icons are placed in different themes:
- baseline (default)
- outline
- round
- twotone
- 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.
Dependencies
~12–22MB
~310K SLoC