| Crates.io | zuicon-bs |
| lib.rs | zuicon-bs |
| version | 0.3.1 |
| created_at | 2023-01-31 06:44:53.671988+00 |
| updated_at | 2024-11-03 15:12:59.597786+00 |
| 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,700,700 |
Wrapper of bootstrap icons for yew framework.
First add this to Cargo.toml:
[dependencies]
zuicon-bs = "0.3"
Then import specific icons in yew components, like:
use zuicon_bs::{Mailbox, Map};
This library is release in LGPL-3.0.