Page action

The page_action component creates page-specific action items that provide quick access to actions related to the current page or context. These components typically appear as buttons or links that allow users to perform actions like "Add Dataset", "Create Group", or other page-specific functions.

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