#icons #yew-component #yew-web #webasm #web

zuicon-bs

Wrapper of bootstrap icons for yew framework

3 unstable releases

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

#960 in WebAssembly

28 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
~258K SLoC