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.PLAY1720phonenumberinputformatAsYouType5377 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.play17725374 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.play17725372 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.4 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.hfhbrakemanplaybook5370 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.responsivetablerails5364 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.responsivetablerails5362 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PBNTR769sticky5359 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PBNTR573datepickerinvestigation5355 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.3 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.2 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.1 lib/playbook/pb_kit_helper.rb
playbook_ui-14.12.0.pre.rc.0 lib/playbook/pb_kit_helper.rb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 lib/playbook/pb_kit_helper.rb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 lib/playbook/pb_kit_helper.rb
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 lib/playbook/pb_kit_helper.rb
playbook_ui-14.11.1 lib/playbook/pb_kit_helper.rb