Crates.io | zuicon-bs |
lib.rs | zuicon-bs |
version | 0.2.1 |
source | src |
created_at | 2023-01-31 06:44:53.671988 |
updated_at | 2023-09-27 00:40:00.29476 |
description | Wrapper of bootstrap icons for yew framework |
homepage | https://github.com/RustVis/zu |
repository | https://github.com/RustVis/zu |
max_upload_size | |
id | 772460 |
size | 4,564,772 |
Wrapper of bootstrap icons for yew framework.
First add this to Cargo.toml
:
[dependencies.zuicon-bs]
version = "0.2"
features = [
"Mailbox",
"Map",
]
Now Mailbox
and Map
are available.
Then import specific icons in yew components:
use zuicon_bs::{Mailbox, Map};
This library is release in LGPL-3.0.