Sha256: fabfaee3993cd699994d6f8ef2007350eb73e149d6642aa73719f785c0f0ea60

Contents?: true

Size: 230 Bytes

Versions: 18

Compression:

Stored size: 230 Bytes

Contents

module Lookbook
  class ParamsEditor::Component < Lookbook::BaseComponent
    renders_many :fields, Lookbook::ParamsEditor::Field::Component

    protected

    def alpine_component
      "paramsEditorComponent"
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
lookbook-1.0.8 app/components/lookbook/params_editor/component.rb
lookbook-1.0.7 app/components/lookbook/params_editor/component.rb
lookbook-1.0.6 app/components/lookbook/params_editor/component.rb
lookbook-1.0.5 app/components/lookbook/params_editor/component.rb
lookbook-1.0.4 app/components/lookbook/params_editor/component.rb
lookbook-1.0.3 app/components/lookbook/params_editor/component.rb
lookbook-1.0.2 app/components/lookbook/params_editor/component.rb
lookbook-1.0.1 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0.rc.3 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0.rc.2 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0.rc.1 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0.beta.8 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0.beta.7 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0.beta.6 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0.beta.5 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0.beta.4 app/components/lookbook/params_editor/component.rb
lookbook-1.0.0.beta.3 app/components/lookbook/params_editor/component.rb