Add new components for page layout

This commit is contained in:
Manuel Cillero 2024-03-16 10:16:30 +01:00
parent b6b7d9687b
commit 36c931486d
9 changed files with 126 additions and 96 deletions

View file

@ -157,6 +157,12 @@ impl ToString for FontSize {
// *************************************************************************************************
mod layout;
pub use layout::Layout;
mod region;
pub use region::Region;
mod html;
pub use html::Html;