Static Menu
The static menu is the simplest way to create a menu where you render the menu components directly in your code without any dynamic data source. It is useful when you have a fixed set of menu items that do not change based on external factors.
Example
/horizontal-menu/menu-render/static-menu
Source Code