Filter section example

Status text

How it looks (preview)

Filter by Some metadata field

1 Selected
Filter form controls with status text

How to call this example

<%= render "components/filter_section", {
  heading_text: "Some metadata field",
  status_text: "1 Selected"
} do %>
  <span>Filter form controls with status text</span>
<% end %>