Hi everyone,
I’d like to have a page split in two:
at the top part, some content
at the bottom part, some content with tabs
Something like that:
<div> Some content I'd like to see at the top </div>
// Content tab should be seen under the previous content
<tabs tabs-type="tabs-icon-left"
tabs-style="tabs-primary" padding-top>
<tab title="Tab1">
Tab1
</tab>
<tab title="Tab2">
Tab2
</tab>
</tabs>
Is it possible to use tabs without using the full page?
I’ve wrapped both sections of the page in view tags and given them classes. Then positioned them top and bottom. Also added content and header to the top section but thats just polish.