app/components/lookbook/params_editor/component.rb
module Lookbook class ParamsEditor::Component < Lookbook::Component renders_many :fields, Lookbook::ParamsEditor::Field::Component protected def alpine_component "paramsEditorComponent" end end end
module Lookbook class ParamsEditor::Component < Lookbook::Component renders_many :fields, Lookbook::ParamsEditor::Field::Component protected def alpine_component "paramsEditorComponent" end end end