Heading level
The heading level that the heading text will be rendered as.
How it looks (preview)
Filter by
Section heading is h3
Filter form controls
How to call this example
<%= render "components/filter_section", {
heading_text: "Section heading is h3",
heading_level: 3
} do %>
<span>Filter form controls</span>
<% end %>