Crates.io | zuicon-ant |
lib.rs | zuicon-ant |
version | 0.3.1 |
source | src |
created_at | 2023-01-31 05:49:23.580445 |
updated_at | 2024-11-03 15:41:36.55001 |
description | Wrapper of ant design icons for yew framework |
homepage | https://github.com/RustVis/zu |
repository | https://github.com/RustVis/zu |
max_upload_size | |
id | 772422 |
size | 2,105,870 |
zuicon-ant is based on Ant Design SVG Icons.
First add this to Cargo.toml
:
[dependencies]
zuicon-ant = "0.3"
Then import specific icons in yew components:
use zuicon_ant::filled::{Home, Mail};
This library is release in LGPL-3.0.