No Results Found
Two columns layout with main left side content and secondary right side.
<tk-split-layout>
<div slot="split-main-content"></div>
<div slot="split-sidebar"></div>
</tk-split-layout>
<!-- don't include this (for demo purposes only). -->
<img src="/images/split-layout-example.png" alt="Split Layout Example">
<!-- end of ignore -->
See full-page example. Notice that this layout will always use width:100vw
and height:100vh
and it will display behind all other elements (see the header on the example).