3 unstable releases

0.2.1 Sep 27, 2023
0.1.1 Apr 10, 2023
0.1.0 Jan 31, 2023

#498 in WebAssembly

Download history 1/week @ 2024-02-14 5/week @ 2024-02-21 15/week @ 2024-02-28 4/week @ 2024-03-06 3/week @ 2024-03-13 16/week @ 2024-03-27 35/week @ 2024-04-03

51 downloads per month

Apache-2.0 and maybe LGPL-3.0

4.5MB
108K SLoC

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.

Dependencies

~11–14MB
~259K SLoC