Skip to main content

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 ❤️

info

A simple Column(Content,Stretch,Content) takes care of this common layout:

Live Editor
Result
Loading...
info

Pseudocode:

Column
Content => Header
Row {scale=stretch}
Content => Sidebar, Stretch => Body, Content =>Sidebar
Content => Footer

Live Playground:

Live Editor
Result
Loading...