Fieldset

The fieldset component is used to group related fields within a form. It can have an optional legend that serves as a title for the group of fields.

{%- call ui.util.call(show_example) -%} {%- raw %} {%- call ui.util.call(ui.form) -%} {%- call ui.util.call(ui.fieldset, legend="Fieldset") -%} {{ ui.input(name="field", label="Field") }} {%- endcall %} {%- endcall %} {%- endraw %} {%- endcall %}