Standard

Usually tags have href attribute, which makes them clickable and allows users to navigate to a specific URL when the tag is clicked. However, if the href attribute is not provided, the tag will be rendered as a non-clickable element, serving as a visual label or indicator without any navigation functionality.

{%- call ui.util.call(show_example) -%} {%- raw %} {{ ui.tag("Hello", href="#") }} {{ ui.tag("World") }} {%- endraw %} {%- endcall %}