Layout Examples
We've looked at loooots of examples as we've covered the various components. But you might be aching for more, so here are a few custom layouts that you can play with, built using layland components ❤️
Header Body Footer
info
A simple Column(Content,Stretch,Content)
takes care of this common layout:
Live Editor
Result
Loading...
Header Sidebar Body Sidebar Footer
info
Pseudocode:
Column
Content => Header
Row {scale=stretch}
Content => Sidebar, Stretch => Body, Content =>Sidebar
Content => Footer
Live Playground:
Live Editor
Result
Loading...