| Crates.io | zuicon-mdl2 |
| lib.rs | zuicon-mdl2 |
| version | 0.3.1 |
| created_at | 2023-04-10 03:07:28.713617+00 |
| updated_at | 2024-11-03 16:14:52.913681+00 |
| description | Wrapper of fluentui icons for yew framework |
| homepage | https://github.com/RustVis/zu |
| repository | https://github.com/RustVis/zu |
| max_upload_size | |
| id | 834701 |
| size | 3,940,494 |
Migrate of Fluentui Icons (MDL2) to yew framework.
First add this to Cargo.toml:
[dependencies]
zuicon-mdl2 = "0.3"
Then import specific icons in yew components:
use zuicon_mdl2::{Home, PublicEmail};
This library is release in LGPL-3.0.