Añade soporte nativo a Bootstrap con un nuevo tema

This commit is contained in:
Manuel Cillero 2022-02-21 00:28:22 +01:00
parent d38df3a5b6
commit 7f8b94eafe
37 changed files with 652 additions and 6 deletions

View file

@ -34,7 +34,7 @@ impl PageComponent for Container {
fn default_render(&self, assets: &mut PageAssets) -> Markup {
let classes = match self.container {
ContainerType::Wrapper => "wrapper",
ContainerType::Wrapper => "container",
ContainerType::Row => "row",
ContainerType::Column => "col",
};