Sha256: b34157cabf309d25efec33602b75a22a188bdc9f604b0c6b685369b76b2ec5c7

Contents?: true

Size: 327 Bytes

Versions: 3

Compression:

Stored size: 327 Bytes

Contents

<%= render component_tag(x: {
  data: "paramEditor({name: #{param.name.to_json}, value: #{value.to_json}})"
}) do %>
  <%= render input.partial,
    name: param.name,
    value: value,
    choices: param.input_choices,
    cast_value: cast_value,
    input_type: param.input_type,
    input_options: input_options %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lookbook-3.0.0.alpha.2 app/components/lookbook/ui/previews/param_editor/param_editor.html.erb
lookbook-3.0.0.alpha.1 app/components/lookbook/ui/previews/param_editor/param_editor.html.erb
lookbook-3.0.0.alpha.0 app/components/lookbook/ui/previews/param_editor/param_editor.html.erb