Section breakUse a section break component when you want to create a thematic break between sections of content.Section break with a visible separator line Input Slim ERB = govuk_section_break(visible: true) <%= govuk_section_break(visible: true) %> Output Rendered HTML <hr class="govuk-section-break govuk-section-break--visible"> Section break with a visible separator line and an extra large margin Input Slim ERB = govuk_section_break(visible:true, size: "xl") <%= govuk_section_break(visible:true, size: "xl") %> Output Rendered HTML <hr class="govuk-section-break govuk-section-break--xl govuk-section-break--visible"> Related information GOV.UK Design System section break documentation