Skip to main content

BootstrapHead

Function BootstrapHead 

Source
pub fn BootstrapHead() -> Element
Expand description

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
}