Moxly Docs
  • 👋Welcome to Moxly
  • Overview
    • 💡What we do
    • ✨Our Features
  • Dashboard and settings
    • 🖥️Dashboard
    • 📎Setting up the app
    • 🌐Languages
    • 🔔Push Messages
    • 📳Publication
    • 👩‍💼Managers
    • 🌐Custom Domain
  • Canvas and Database
    • 🛠️Database
      • 📝Creating pages
    • 🛠️Components
      • Customers
      • Buttons
    • 🛠️Actions
    • 🕑Appointments
      • Admin Panel
      • Screens in an App
  • Figma To Design The UI
    • 🎨For Designers
    • #️⃣Tags
      • Page Tags
      • Page structure
      • Element tags
      • Action and Component Tags
      • Animation
    • 🥅Modal windows
    • 🔲Popover windows
    • 📄Menu
    • 🚞Containers
      • Database containers
      • Search
      • Registration and authorization
      • Google Maps
      • Appointment calendar
      • Fixed content
      • Hide/Show
  • Integration
    • ⚙️Wordpress
    • ⚙️Airtable
    • ⚙️Google Sheets
    • 🌐Webview
  • Rest API
    • ⚙️About Rest API
  • Version history
    • ⚙️Changelog
  • Moxly CMS "Enterprise"
    • ⚙️About
      • ⚙️System Requirements
      • ⚙️Libraries And Tools
      • ⚙️Install Moxly CMS
      • ⚙️Administrator Settings
Powered by GitBook
On this page
  1. Figma To Design The UI

Menu

PreviousPopover windowsNextContainers

Last updated 1 year ago

The screen can be used as a menu. The menu goes either to the right or to the left. You can combine them. The screen must have the tag #ion-menu. There must be a container with the tag #menu-left or #menu-right inside the screen. The contents of this container will be displayed as a menu. If you need to use both types of menus, then you need to add two screens with the tags #ion-menu and place the container #menu-left or #menu-right in each of them.

The screen can be used as a menu. The menu goes either to the right or to the left. You can combine them. The screen must have the tag

#ion-menu

There must be a container with the tag inside the screen

#menu-left or #menu-right

The contents of this container will be displayed as a menu.

The menu that stays fixed on every screen as a bottom navigation bar.

block (auto layout) - responsible for the footer of the page

#ion-footer

#ion-toolbar

is a special tag for #ion-footer. It is placed inside #ion-footer , taking up its entire width - elements and text can be placed inside this tag. This tag can be repeated one after another, then the screen will have a footer or header of several sections.

Using the prototype, you can assign actions

Or you can customize the actions later in Moxly

📄