1. Finder Frontend Component Guide
  2. Expander (experimental)
  3. Default
Expander (experimental) example

Default

How it looks (preview)

Organisation

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.

How to call this example

<%= render "components/expander", {
  title: "Organisation"
} 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 %>