pub fn BootstrapHead() -> Element
Loads Bootstrap 5.3.3 CSS and Bootstrap Icons as bundled static assets.
Place this at the top of your app, before any Bootstrap components.
rsx! { BootstrapHead {} // your app content }