zuicon-bs

Crates.iozuicon-bs
lib.rszuicon-bs
version0.2.1
sourcesrc
created_at2023-01-31 06:44:53.671988
updated_at2023-09-27 00:40:00.29476
descriptionWrapper of bootstrap icons for yew framework
homepagehttps://github.com/RustVis/zu
repositoryhttps://github.com/RustVis/zu
max_upload_size
id772460
size4,564,772
Xu Shaohua (XuShaohua)

documentation

https://docs.rs/zuicon-bs

README

About

Wrapper of bootstrap icons for yew framework.

How to use

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};

License

This library is release in LGPL-3.0.

Commit count: 669

cargo fmt