| Crates.io | zuicon-material |
| lib.rs | zuicon-material |
| version | 0.3.1 |
| created_at | 2023-05-16 05:43:26.259517+00 |
| updated_at | 2024-11-06 17:01:14.72969+00 |
| description | Wrapper of material design icons for yew framework |
| homepage | https://github.com/RustVis/zu |
| repository | https://github.com/RustVis/zu |
| max_upload_size | |
| id | 865800 |
| size | 10,447,791 |
Wrapper of material design icons for yew framework.
Material icons are placed in different themes:
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};
This library is release in Apache License.