class Lookbook::Filter::Component

def initialize(store: nil, placeholder: "Type to filter…", **html_attrs)

def initialize(store: nil, placeholder: "Type to filter…", **html_attrs)
  @model = store.nil? ? "{}" : "#{store}.raw"
  @placeholder = placeholder
  super(alpine_data: store, **html_attrs)
end