Crates.io | zuicon-material |
lib.rs | zuicon-material |
version | 0.2.2 |
source | src |
created_at | 2023-05-16 05:43:26.259517 |
updated_at | 2023-05-25 04:26:02.224925 |
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 | 16,808,840 |
Wrapper of material design icons for yew framework.
Material icons are placed in different themes:
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};
This library is release in Apache License.