zuicon-bs

Crates.iozuicon-bs
lib.rszuicon-bs
version0.3.1
sourcesrc
created_at2023-01-31 06:44:53.671988
updated_at2024-11-03 15:12:59.597786
descriptionWrapper of bootstrap icons for yew framework
homepagehttps://github.com/RustVis/zu
repositoryhttps://github.com/RustVis/zu
max_upload_size
id772460
size4,700,700
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 = "0.3"

Then import specific icons in yew components, like:

use zuicon_bs::{Mailbox, Map};

License

This library is release in LGPL-3.0.

Commit count: 770

cargo fmt