Standard

The divider can include optional content, such as a title or label, which can provide additional context or information about the section it separates. But this is not a strict implementation requirement and often content is ignored.

{%- call ui.util.call(show_example) -%} {%- raw %} Divider without content: {{ ui.divider() }} Divider with content: {{ ui.divider("CONTENT") }} {%- endraw %} {%- endcall %}