# Menu Bar Demo MenuBar with PopupMenu dropdowns and z-ordering. ```{raw} html ▶ Run in browser ``` **Tags:** `ui` Shows a menu bar with File, Edit, and View menus that open above other content. A status label at the bottom echoes the last action. Run: uv run python examples/features/ui/menus.py ## Source ```{literalinclude} ../../examples/features/ui/menus.py :language: python :linenos: ```