Expand by default
Shows the content by default. It can still be hidden.
How it looks (preview)
How to call this example
<%= render "components/expander", {
title: "Location",
open_on_load: true
} do %>
This is some content that is passed to the component. It should be distinct from the component, in that the component should not style or interact with it, other than to show and hide it.
<% end %>