Skip to main content
Community site session details

Community site session details

Session Id :

Create a Basic Hamburger Menu Component

PaddyFreefall Profile Picture Posted by PaddyFreefall 38

In this video, I'll demonstrate how to create a basic hamburger menu.

 

For the hamburger menu, I'll create a custom component which is populated by a collection. I'll read and edit a collection to show/hide the menu.

Categories:

Comments

  • Locotoro Profile Picture Locotoro 16
    Posted at
    Create a Basic Hamburger Menu Component

    Great Video and walkthrough.

     

    I seem to be having trouble with the component rectangle still overlaying the screen despite putting in the formula in both height and width.

    If(First(showMenu).Value = false, ##, ###) 

     

    Everything else seems to work except the rectangle??

  • ElizabethG Profile Picture ElizabethG 1
    Posted at
    Create a Basic Hamburger Menu Component

    Just a note: make sure “Access app scope“ is enabled under the component properties or you can’t reference the menuItems table in the component gallery 

     

    Now that global variables can be accessed, it’s a little easier to reference components as well.

    another example