Sha256: fd6ddb65354c91624b17e3dbd3ae9ac3eeae2066d3a677b4e201e322ebf3dfe9

Contents?: true

Size: 219 Bytes

Versions: 11

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbDialog
    class DialogHeader < Playbook::KitBase
      prop :title

      def classname
        generate_classname("dialog_header")
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
playbook_ui-11.14.0 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.13.0.pre.alpha.fontawesome1 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.13.0 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.12.1.pre.alpha.charts1 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.12.1.pre.alpha.passphrase1 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.12.1 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.13.0.pre.alpha.fileupload1 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.12.0 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.11.0.pre.alpha.dialog2 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.11.0.pre.alpha.renderer1 app/pb_kits/playbook/pb_dialog/dialog_header.rb
playbook_ui-11.11.0.pre.alpha.dialog1 app/pb_kits/playbook/pb_dialog/dialog_header.rb