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.11.1.pre.alpha.PLAY17445539 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.11 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.10 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.9 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.8 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.7 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5437 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PBNTR719listdraggablesimple5432 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.6 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5415 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5413 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.5 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5409 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5400 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5392 lib/playbook/pb_kit_helper.rb