Sha256: 2c592f21f139598d7334fd0d70b1bdcf4d15c3e36ecee599b118ea5e9a14b77d

Contents?: true

Size: 391 Bytes

Versions: 1035

Compression:

Stored size: 391 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbKitHelper
    include ::Playbook::PbFormsHelper

    def pb_rails(kit_name, props: {}, &block)
      kit = Playbook::KitResolver.resolve(kit_name.to_s)

      if respond_to? :render_component
        render_component kit.new(props, &block), &block
      else
        render kit.new(props, &block), &block
      end
    end
  end
end

Version data entries

1,035 entries across 1,035 versions & 1 rubygems

Version Path
playbook_ui-14.10.0.pre.alpha.play1662cssbargraph5201 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.9 lib/playbook/pb_kit_helper.rb
playbook_ui-14.10.0.pre.alpha.play1662cssbargraph5200 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.8 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.7 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.6 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.5 lib/playbook/pb_kit_helper.rb
playbook_ui-14.10.0.pre.alpha.play1662cssbargraph5193 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.4 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.3 lib/playbook/pb_kit_helper.rb
playbook_ui-14.10.0.pre.alpha.PBNTR662stickyrightcolumnreact5160 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.2 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.1 lib/playbook/pb_kit_helper.rb
playbook_ui-14.10.0.pre.alpha.PBNTR775formmatingmaskdefaultvalue5137 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.0.pre.rc.0 lib/playbook/pb_kit_helper.rb
playbook_ui-14.9.0.pre.alpha.PBNTR767advancedtablemultiheadercolumns5136 lib/playbook/pb_kit_helper.rb
playbook_ui-14.9.0.pre.alpha.PBNTR775formmatingmaskdefaultvalue5121 lib/playbook/pb_kit_helper.rb
playbook_ui-14.9.0.pre.alpha.PBNTR775formmatingmaskdefaultvalue5120 lib/playbook/pb_kit_helper.rb
playbook_ui-14.10.0 lib/playbook/pb_kit_helper.rb
playbook_ui-14.10.0.pre.rc.24 lib/playbook/pb_kit_helper.rb