Content action
The content_action component is designed for actions that are
related to the content of a page, such as editing or deleting an item.
{%- call ui.util.call(show_example) -%}
{%- raw %}
{%- call ui.util.call(ui.content_action_wrapper) -%}
{{ ui.content_action("First", href="") }}
{{ ui.content_action("Second", href="", active=true) }}
{{ ui.content_action("Third", href="") }}
{%- endcall %}
{%- endraw %}
{%- endcall %}