class ViewComponent::Collection
def initialize(component, object, spacer_component, **options)
def initialize(component, object, spacer_component, **options) @component = component @collection = collection_variable(object || []) @spacer_component = spacer_component @options = options end