yew_bootstrap/
lib.rs

1#![doc = include_str!("../README.md")]
2
3/// Components supported by this crate are listed here
4pub mod component;
5/// Helper functions and types are listed here, for example [util::Color] and the [util::include_cdn] function.
6pub mod util;
7/// Access to bootstrap-icons.
8pub mod icons;