Nav item

nav_item is rarely used directly. Depending on the specific navigation menu, one of the specialized components such as main_nav_item, account_nav_item, content_nav_item, page_action, or content_action is typically used to create navigation items that are appropriate for specific navigation menus and contexts.

{%- call ui.util.call(show_example) -%} {%- raw %} {%- call ui.util.call(ui.nav) -%} {{ ui.nav_item("First", href="") }} {{ ui.nav_item("Second", href="", active=true) }} {{ ui.nav_item("Third", href="") }} {%- endcall %} {%- endraw %} {%- endcall %}