Table of Contents

About

The templates support the creation of a slot page in order to modify a page layout.

For instance, most of them support a page header slot in order to modify the page header (the top location of your pages)

This is where we will create a menu bar.

Steps

  • Create a page called :slot_header (at the root directory of your pages)
  • Enter the below menu bar example

If you have uploaded a icon in the Favicon step, a minimal header slot with a menu bar would look like:

<menubar breakpoint="lg">
<brand title="My Brand">
<icon name="logo.svg" />
My Brand name
</brand>
<collapse>
<group expand="true">
<dropdown name="Menu">
[[#|item]]
[[#|item]]
</dropdown>
</group>

<btn shadow="true" color="white">[[getting_started:getting_started|Get Started]]</btn>
<search/>
</collapse>
</menubar>

More … see the menu bar page

Next Steps

In the same way, you can also modify the page footer.

Then you can:

For more tips and tops, you can also subscribe to the newsletter.